14 lines
330 B
Objective-C
14 lines
330 B
Objective-C
//
|
|
// TwoControlNameViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/14.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishDeviceControlNameBaseController.h"
|
|
//普通两空 和 闽江两空 修改名字界面
|
|
@interface TwoControlNameViewController : IfishDeviceControlNameBaseController
|
|
|
|
@end
|