16 lines
308 B
Objective-C
16 lines
308 B
Objective-C
//
|
|
// NoneControlCenterViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/4/18.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "CenterViewController.h"
|
|
|
|
@interface NoneControlCenterViewController : CenterViewController
|
|
|
|
@property(nonatomic,strong)UIImageView*noneControlImgView;
|
|
|
|
@end
|