// // WatchFunctionCell.h // tongxin // // Created by WeiChaoZheng on 2018/10/13. // Copyright © 2018年 xTT. All rights reserved. // #import @interface WatchFunctionCell: UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *watchFunctionImgView;//功能图片 @property (weak, nonatomic) IBOutlet UILabel *watchFunctionCornerMark;//功能图片上的角标 @property (weak, nonatomic) IBOutlet UILabel *watchFunctionLabel;//功能名字 @property (weak, nonatomic) IBOutlet NSLayoutConstraint *heightNSLC; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *widthNSLC; @end