1234567891011121314151617 |
- //
- // YOUPAILPFollowContentView.h
- // zhimi
- //
- // Created by 张灿 on 2019/1/28.
- // Copyright © 2019年 caiPro. All rights reserved.
- //
- #import "NIMSessionMessageContentView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILPFollowContentView : NIMSessionMessageContentView
- @end
- NS_ASSUME_NONNULL_END
|