BogoNobleTitleCell.h 325 B

123456789101112131415161718
  1. //
  2. // BogoNobleTitleCell.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/4/23.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BogoNobleTitleCell : UICollectionViewCell
  11. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  12. @end
  13. NS_ASSUME_NONNULL_END