18 lines
267 B
Objective-C
18 lines
267 B
Objective-C
//
|
|
// DSAvatarCollectionViewCell.h
|
|
// VietnamGame
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DSAvatarCollectionViewCell : UICollectionViewCell
|
|
|
|
@property (weak, nonatomic) IBOutlet UIImageView *avatarImageView;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|