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