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
#import <UIKit/UIKit.h> | |
typedef void (^LB_ALERT_BLOC)(UIAlertView* alertView, int buttonIndex); | |
@interface LBAlertView: UIAlertView<UIAlertViewDelegate> | |
@property(strong, nonatomic) LB_ALERT_BLOC onClickBlock_; | |
- (void) setOnClickBlock: (LB_ALERT_BLOC) aBlock; |
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
<?php | |
/** @file | |
* Base classes for OO-Drupal 7 - DOO7 :) | |
* | |
* @author atchijov | |
* | |
*/ | |
/** | |
* Poor man mixins. |
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
#import <Foundation/Foundation.h> | |
@interface NSString (LBToolbox) | |
- (CGSize) sizeWithWidth: (CGFloat) width andFont: (UIFont*) font; | |
@end |
NewerOlder