ifish/Ifish/controllers/IfishTabControllers/我的/mineViews/infoViewCell/InfoQianMingCell.h

18 lines
316 B
Objective-C

//
// InfoQianMingCell.h
// Ifish
//
// Created by imac on 16/5/12.
// Copyright © 2016年 imac. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface InfoQianMingCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UITextView *infoQianMingView;
-(void)loadQianmingWith:(UserModel*)model;
@end