videoTopicCell.h 366 B

1234567891011121314151617181920
  1. //
  2. // videoTopicCell.h
  3. // YBVideo
  4. //
  5. // Created by IOS1 on 2019/7/2.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface videoTopicCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UILabel *topicTitleL;
  12. @property (weak, nonatomic) IBOutlet UIImageView *imgView;
  13. @end
  14. NS_ASSUME_NONNULL_END