create
This commit is contained in:
17
ShenQi/WMDragView/DSAvatarCollectionViewCell.h
Normal file
17
ShenQi/WMDragView/DSAvatarCollectionViewCell.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user