Files
WebApp/ShenQi/WMDragView/DSAvatarCollectionViewCell.h
2024-12-20 17:49:45 +08:00

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