14 lines
201 B
Objective-C
Executable File
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
|