Files
WebApp/ShenQi/WMDragView/DSAvatarCollectionViewCell.m
2024-12-25 09:41:16 +08:00

19 lines
313 B
Objective-C

//
// DSAvatarCollectionViewCell.m
// VietnamGame
//
//
#import "DSAvatarCollectionViewCell.h"
@implementation DSAvatarCollectionViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// self.avatarImageView.layer.cornerRadius = 25.f;
// self.avatarImageView.layer.masksToBounds = YES;
}
@end