17 lines
288 B
Objective-C
17 lines
288 B
Objective-C
//
|
|
// GiGaServerConfig.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/13.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface GiGaServerConfig : NSObject
|
|
|
|
+ (void)setServerType:(NSInteger) type;
|
|
+ (NSString *)getMainUrl;
|
|
|
|
@end
|