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

14 lines
201 B
Objective-C
Executable File

//
// RootVC.h
// msext
//
// Created by chao on 15/7/23.
// Copyright (c) 2015年 chao. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootVC : UIViewController
-(void)canback;
@end