17 lines
227 B
Objective-C
17 lines
227 B
Objective-C
//
|
|
// DSAvatarCollectionViewCell.m
|
|
// VietnamGame
|
|
//
|
|
//
|
|
|
|
#import "DSAvatarCollectionViewCell.h"
|
|
|
|
@implementation DSAvatarCollectionViewCell
|
|
|
|
- (void)awakeFromNib {
|
|
[super awakeFromNib];
|
|
// Initialization code
|
|
}
|
|
|
|
@end
|