- //
- // emojiCell.h
- // TaiWanEight
- //
- // Created by Boom on 2017/11/25.
- // Copyright © 2017年 YangBiao. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface emojiCell : UICollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *emojiImgView;
- @end
|