YJYLinesCell.h 273 B

1234567891011121314
  1. //
  2. // YJYLinesCell.h
  3. // YJYLinesView
  4. //
  5. // Created by lihaiyang on 2018/10/23.
  6. // Copyright © 2018 lihaiyang. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YJYLinesCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titleLB;
  11. @end