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