|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
#import <UIAlertView.h>
Instance Methods | |
| (instancetype) | - initNoticeWithTitle:message:cancelButtonTitle: |
Class Methods | |
| (instancetype) | + showLog:file:line: |
| (instancetype) | + showNoticeWithTitle:message:cancelButtonTitle: |
| - (instancetype) initNoticeWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| cancelButtonTitle: | (NSString *) | __deprecated | |
| + (instancetype) showLog: | (NSString *) | log | |
| file: | (char *) | filename | |
| line: | (int) | __deprecated | |
| + (instancetype) showNoticeWithTitle: | (NSString *) | title | |
| message: | (NSString *) | message | |
| cancelButtonTitle: | (NSString *) | __deprecated | |