Manage words filtering on In App Alert

This commit is contained in:
ylecollen
2015-01-09 15:58:15 +01:00
parent fcd388d99a
commit 25d36367de
9 changed files with 271 additions and 68 deletions
@@ -26,4 +26,9 @@
@interface SettingsTableCellWithTextView : SettingsTableViewCell
@property (strong, nonatomic) IBOutlet UITextView *settingTextView;
@end
@interface SettingsCellWithLabelAndTextField : SettingsTableViewCell
@property (strong, nonatomic) IBOutlet UILabel *settingLabel;
@property (strong, nonatomic) IBOutlet UITextField *settingTextField;
@end