emojiCell.h 272 B

1234567891011121314
  1. //
  2. // emojiCell.h
  3. // TaiWanEight
  4. //
  5. // Created by Boom on 2017/11/25.
  6. // Copyright © 2017年 YangBiao. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface emojiCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *emojiImgView;
  11. @end