// // RulesRegisterPredefineViewController.h // kneet // // Created by Jason Lee on 3/19/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDViewController.h" @interface RulesRegisterPredefineViewController : JDViewController #pragma mark - Properties @property (weak, nonatomic) IBOutlet UITableView *tableView; #pragma mark - Instance Methods @end @class CustomLabel; @class CustomImageView; @interface PredefinedTitleViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet CustomLabel *lblTitle; @end @interface PredefinedTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet CustomLabel *lblRuleName; @property (weak, nonatomic) IBOutlet CustomImageView *imgvIcon; @end