GiGaMaskTime/GIGA/Modules/Me/Controller/GIGaAboutUsVC.h

18 lines
408 B
Objective-C

//
// GIGaAboutUsVC.h
// GIGA
//
// Created by lianxiang on 2018/9/19.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GiGaBaseViewController.h"
@interface GIGaAboutUsVC : GiGaBaseViewController
@property (weak, nonatomic) IBOutlet UIView *backWhiteBorderView;
@property (weak, nonatomic) IBOutlet UILabel *curentV;
@property (weak, nonatomic) IBOutlet UILabel *xieyiLab;
@end