14 lines
193 B
Objective-C
Executable File
14 lines
193 B
Objective-C
Executable File
//
|
|
// NewRootVC.h
|
|
// msext
|
|
//
|
|
// Created by chao on 2017/8/22.
|
|
// Copyright © 2017年 chao. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NewRootVC : UIViewController
|
|
|
|
@end
|