// // DSAvatarCollectionViewCell.h // VietnamGame // // #import NS_ASSUME_NONNULL_BEGIN @interface DSAvatarCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *avatarImageView; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *imgWidth; @end NS_ASSUME_NONNULL_END