EXPDefines.h 343 B

1234567891011121314151617
  1. //
  2. // EXPDefines.h
  3. // Expecta
  4. //
  5. // Created by Luke Redpath on 26/03/2012.
  6. // Copyright (c) 2012 Peter Jihoon Kim. All rights reserved.
  7. //
  8. #ifndef Expecta_EXPDefines_h
  9. #define Expecta_EXPDefines_h
  10. typedef void (^EXPBasicBlock)();
  11. typedef id (^EXPIdBlock)();
  12. typedef BOOL (^EXPBoolBlock)();
  13. typedef NSString *(^EXPStringBlock)();
  14. #endif