// // RulesRegisterTitleViewController.h // kneet // // Created by Jason Lee on 3/19/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDViewController.h" @class RuleModel; @class CustomTextField; @interface RulesRegisterTitleViewController : JDViewController #pragma mark - Properties @property (strong, nonatomic) RuleModel *predefinedRule; @property (weak, nonatomic) IBOutlet CustomTextField *txtRuleName; #pragma mark - Instance Methods - (IBAction)btnNextTouched:(id)sender; - (IBAction)btnCancelTouched:(id)sender; @end