MsgTopPubVC.h 274 B

123456789101112131415
  1. //
  2. // MsgTopPubVC.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/7/24.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MsgTopPubVC : YBBaseViewController
  10. @property(nonatomic,strong)NSString *type; //赞、@我的、评论
  11. @end