15 lines
233 B
Objective-C
15 lines
233 B
Objective-C
//
|
|
// GiGaQuestionVC.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/23.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "GiGaBaseViewController.h"
|
|
|
|
@interface GiGaQuestionVC : GiGaBaseViewController
|
|
|
|
|
|
@end
|