This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIView+TagExtensions.h | |
// | |
// Created by Daniel Brajkovic on 2/19/12. | |
#import <UIKit/UIKit.h> | |
@interface UIView (TagExtensions) | |
- (UIButton *)buttonWithTag:(NSInteger)aTag; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AsyncSenTestingKitTests.h | |
// AsyncSenTestingKitTests | |
// | |
// Created by 小野 将司 on 12/03/17. | |
// Copyright (c) 2012年 AppBankGames Inc. All rights reserved. | |
// | |
#import <SenTestingKit/SenTestingKit.h> | |
#import "SenAsyncTestCase.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface NSMutableArray (Shuffle) | |
- (void)shuffle; | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// VITextView.h | |
// | |
// Created by Dan Brajkovic on 11/13/12. | |
// Copyright (c) 2012 VOKAL Interactive. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
@interface VITextView : UITextView |
OlderNewer