/Tests/UIActionSheetBlocksKitTest.h
http://github.com/zwaldowski/BlocksKit · C Header · 17 lines · 9 code · 4 blank · 4 comment · 0 complexity · 40b10a7b564cd8e2d61aca685f231929 MD5 · raw file
- //
- // UIActionSheetBlocksKitTest.h
- // BlocksKit Unit Tests
- //
- #import <GHUnitIOS/GHUnit.h>
- #import "BlocksKit/BlocksKit.h"
- @interface UIActionSheetBlocksKitTest : GHTestCase
- - (void)testInit;
- - (void)testAddButtonWithHandler;
- - (void)testSetDestructiveButtonWithHandler;
- - (void)testSetCancelButtonWithHandler;
- - (void)testDelegationBlocks;
- @end