topicDetailsVC.h 300 B

123456789101112131415161718
  1. //
  2. // topicDetailsVC.h
  3. // YBVideo
  4. //
  5. // Created by IOS1 on 2019/7/4.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface topicDetailsVC : YBBaseViewController
  11. @property (nonatomic,strong) NSString *labelID;
  12. @end
  13. NS_ASSUME_NONNULL_END