CommonLibrary.h 547 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // CommonLibrary.h
  3. // CommonLibrary
  4. //
  5. // Created by Alexi on 13-10-22.
  6. // Copyright (c) 2013年 ywchen. All rights reserved.
  7. //
  8. #ifndef CommonLibrary_CommonLibrary_h
  9. #define CommonLibrary_CommonLibrary_h
  10. #ifndef kSupportLibraryPage
  11. #define kSupportLibraryPage 1
  12. #endif
  13. #ifndef kSupportScrollController
  14. #define kSupportScrollController 0
  15. #endif
  16. //====================
  17. //JSON
  18. #import "JSONKit.h"
  19. #import "NSObject+Json.h"
  20. #import "NSMutableDictionary+Json.h"
  21. //====================
  22. // 程序框架相关
  23. #import "UIFramework.h"
  24. #endif