Files
youle_app_ios/msext/Class/RootVC/NewRootVC.h
2023-12-27 20:38:37 +08:00

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