GMFoundation-umbrella.h 944 Bytes
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif

#import "LogCategory.h"
#import "NSArray+GM.h"
#import "NSAttributedString+GM.h"
#import "NSAttributedString+GMSize.h"
#import "NSDate+DateFormat.h"
#import "NSDate+Category.h"
#import "NSDateFormatter+Category.h"
#import "NSDictionary+GM.h"
#import "NSDictionary+json.h"
#import "NSFileManager+FolderSize.h"
#import "NSMutableAttributedString+Attachment.h"
#import "NSNull+Empty.h"
#import "NSObject+KeyboardAnimation.h"
#import "NSObject+GMDate.h"
#import "NSString+Base64.h"
#import "NSString+DateFormat.h"
#import "NSString+Encrypt.h"
#import "NSString+GM.h"
#import "NSString+IconFont.h"
#import "NSString+RegularString.h"

FOUNDATION_EXPORT double GMFoundationVersionNumber;
FOUNDATION_EXPORT const unsigned char GMFoundationVersionString[];