14 lines
284 B
Objective-C
14 lines
284 B
Objective-C
//
|
|
// ThreeControlNameViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/15.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "IfishDeviceControlNameBaseController.h"
|
|
|
|
@interface ThreeControlNameViewController : IfishDeviceControlNameBaseController
|
|
|
|
@end
|