18 lines
435 B
Objective-C
18 lines
435 B
Objective-C
//
|
|
// RuSunChangeNameTextViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/2.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "RunSunCHControl.h"
|
|
@interface RuSunChangeNameTextViewCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIImageView *lineImgView;
|
|
@property (weak, nonatomic) IBOutlet UILabel *chTitle;
|
|
@property (weak, nonatomic) IBOutlet UITextField *chName;
|
|
|
|
|
|
@end
|