15 lines
295 B
Objective-C
15 lines
295 B
Objective-C
//
|
|
// RuSunChangeNameTitleViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/2.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RuSunChangeNameTitleViewCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UITextField *deviceName;
|
|
|
|
@end
|