7 lines
148 B
Objective-C
7 lines
148 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface Constants : NSObject
|
|
extern NSString *APP_GROUP_ID;
|
|
extern UInt64 DEFAULT_SERVER_MAX_FILE_SIZE;
|
|
@end
|