Files
WebApp/ShenQi/WMDragView/DSAvatarCollectionViewCell.h
2025-02-07 17:44:23 +08:00

19 lines
334 B
Objective-C

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