GiGaMaskTime/GIGA/Modules/Me/View/userInfoView/GIGaUserCityViewCell.h

17 lines
407 B
Objective-C

//
// GIGaUserCityViewCell.h
// GIGA
//
// Created by lianxiang on 2018/9/14.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GIGaUserCityViewCell : UITableViewCell
-(void)loadCellData:(NSIndexPath*)indexPath user:(GiGaUser*)user;
@property (weak, nonatomic) IBOutlet UILabel *cityLabel;
@property (weak, nonatomic) IBOutlet UILabel *detalTitle;
@end