- //
- // YJYLinesCell.h
- // YJYLinesView
- //
- // Created by lihaiyang on 2018/10/23.
- // Copyright © 2018 lihaiyang. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YJYLinesCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleLB;
- @end
|