/BlocksKit/BlocksKit.h

http://github.com/zwaldowski/BlocksKit · C Header · 55 lines · 22 code · 5 blank · 28 comment · 0 complexity · 593b94271f27646e6eb8717ca68e5cc8 MD5 · raw file

  1. //
  2. // BlocksKit
  3. //
  4. // The Objective-C block utilities you always wish you had.
  5. //
  6. // Copyright (c) 2011-2012, 2013-2014 Zachary Waldowski
  7. // Copyright (c) 2012-2013 Pandamonia LLC
  8. //
  9. // Permission is hereby granted, free of charge, to any person obtaining a copy
  10. // of this software and associated documentation files (the "Software"), to deal
  11. // in the Software without restriction, including without limitation the rights
  12. // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  13. // copies of the Software, and to permit persons to whom the Software is
  14. // furnished to do so, subject to the following conditions:
  15. //
  16. // The above copyright notice and this permission notice shall be included in
  17. // all copies or substantial portions of the Software.
  18. //
  19. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  20. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  21. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  22. // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  23. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  24. // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  25. // THE SOFTWARE.
  26. //
  27. #import <Foundation/Foundation.h>
  28. //! Project version number for BlocksKit.
  29. FOUNDATION_EXPORT double BlocksKitVersionNumber;
  30. //! Project version string for BlocksKit.
  31. FOUNDATION_EXPORT const unsigned char BlocksKitVersionString[];
  32. #import <BlocksKit/BKDefines.h>
  33. #import <BlocksKit/BKMacros.h>
  34. #import <BlocksKit/NSArray+BlocksKit.h>
  35. #import <BlocksKit/NSDictionary+BlocksKit.h>
  36. #import <BlocksKit/NSIndexSet+BlocksKit.h>
  37. #import <BlocksKit/NSInvocation+BlocksKit.h>
  38. #import <BlocksKit/NSNumber+BlocksKit.h>
  39. #import <BlocksKit/NSMapTable+BlocksKit.h>
  40. #import <BlocksKit/NSMutableArray+BlocksKit.h>
  41. #import <BlocksKit/NSMutableDictionary+BlocksKit.h>
  42. #import <BlocksKit/NSMutableIndexSet+BlocksKit.h>
  43. #import <BlocksKit/NSMutableOrderedSet+BlocksKit.h>
  44. #import <BlocksKit/NSMutableSet+BlocksKit.h>
  45. #import <BlocksKit/NSObject+BKAssociatedObjects.h>
  46. #import <BlocksKit/NSObject+BKBlockExecution.h>
  47. #import <BlocksKit/NSObject+BKBlockObservation.h>
  48. #import <BlocksKit/NSOrderedSet+BlocksKit.h>
  49. #import <BlocksKit/NSSet+BlocksKit.h>
  50. #import <BlocksKit/NSTimer+BlocksKit.h>