BlocksKit-umbrella.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "BlocksKit.h"
  13. #import "BKMacros.h"
  14. #import "NSArray+BlocksKit.h"
  15. #import "NSDictionary+BlocksKit.h"
  16. #import "NSIndexSet+BlocksKit.h"
  17. #import "NSInvocation+BlocksKit.h"
  18. #import "NSMutableArray+BlocksKit.h"
  19. #import "NSMutableDictionary+BlocksKit.h"
  20. #import "NSMutableIndexSet+BlocksKit.h"
  21. #import "NSMutableOrderedSet+BlocksKit.h"
  22. #import "NSMutableSet+BlocksKit.h"
  23. #import "NSObject+BKAssociatedObjects.h"
  24. #import "NSObject+BKBlockExecution.h"
  25. #import "NSObject+BKBlockObservation.h"
  26. #import "NSOrderedSet+BlocksKit.h"
  27. #import "NSSet+BlocksKit.h"
  28. #import "NSTimer+BlocksKit.h"
  29. #import "A2BlockInvocation.h"
  30. #import "A2DynamicDelegate.h"
  31. #import "NSObject+A2BlockDelegate.h"
  32. #import "NSObject+A2DynamicDelegate.h"
  33. #import "NSCache+BlocksKit.h"
  34. #import "NSURLConnection+BlocksKit.h"
  35. #import "BlocksKit+MessageUI.h"
  36. #import "MFMailComposeViewController+BlocksKit.h"
  37. #import "MFMessageComposeViewController+BlocksKit.h"
  38. #import "BlocksKit+UIKit.h"
  39. #import "UIActionSheet+BlocksKit.h"
  40. #import "UIAlertView+BlocksKit.h"
  41. #import "UIBarButtonItem+BlocksKit.h"
  42. #import "UIControl+BlocksKit.h"
  43. #import "UIGestureRecognizer+BlocksKit.h"
  44. #import "UIImagePickerController+BlocksKit.h"
  45. #import "UIPopoverController+BlocksKit.h"
  46. #import "UITextField+BlocksKit.h"
  47. #import "UIView+BlocksKit.h"
  48. FOUNDATION_EXPORT double BlocksKitVersionNumber;
  49. FOUNDATION_EXPORT const unsigned char BlocksKitVersionString[];