add .gitignore
This commit is contained in:
26
msext/Class/RootVC/versionConfig.h
Normal file
26
msext/Class/RootVC/versionConfig.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// versionConfig.h
|
||||
// msext
|
||||
//
|
||||
// Created by 晏明 on 2019/3/16.
|
||||
// Copyright © 2019 chao. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
|
||||
@interface versionConfig : NSObject
|
||||
|
||||
@property (nonatomic) NSString *app_version;
|
||||
@property (nonatomic) NSString *app_download;
|
||||
@property (nonatomic) NSString *game_version;
|
||||
@property (nonatomic) NSString *game_download;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user