MessageFansVC.h 208 B

12345678910111213
  1. //
  2. // MessageFansVC.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 MessageFansVC : YBBaseViewController
  10. @end