| 123456789101112131415161718192021222324252627282930 |
- //
- // CommonLibrary.h
- // CommonLibrary
- //
- // Created by Alexi on 13-10-22.
- // Copyright (c) 2013年 ywchen. All rights reserved.
- //
- #ifndef CommonLibrary_CommonLibrary_h
- #define CommonLibrary_CommonLibrary_h
- #ifndef kSupportLibraryPage
- #define kSupportLibraryPage 1
- #endif
- #ifndef kSupportScrollController
- #define kSupportScrollController 0
- #endif
- //====================
- //JSON
- #import "JSONKit.h"
- #import "NSObject+Json.h"
- #import "NSMutableDictionary+Json.h"
- //====================
- // 程序框架相关
- #import "UIFramework.h"
- #endif
|