12345678910111213141516 |
- //
- // KBMorePicCollectionViewCell.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/4/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KBMorePicCollectionViewCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *picImageView;
- @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
- @end
|