Files
GiGaMaskTime/GIGA/Modules/Me/Controller/GiGaMeViewController.h
T
2018-09-03 14:43:21 +08:00

15 lines
268 B
Objective-C

//
// GiGaMeViewController.h
// GIGA
//
// Created by lianxiang on 2018/8/22.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GiGaBaseViewController.h"
@interface GiGaMeViewController : GiGaBaseViewController
@end