GiGaMaskTime/GIGA/Modules/Me/View/userInfoView/GIGaUserIDViewCell.m

25 lines
461 B
Objective-C

//
// GIGaUserIDViewCell.m
// GIGA
//
// Created by lianxiang on 2018/9/14.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GIGaUserIDViewCell.h"
@implementation GIGaUserIDViewCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end