| 123456789101112131415161718 |
- //
- // topicDetailsVC.h
- // YBVideo
- //
- // Created by IOS1 on 2019/7/4.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface topicDetailsVC : YBBaseViewController
- @property (nonatomic,strong) NSString *labelID;
- @end
- NS_ASSUME_NONNULL_END
|