// // SettingsViewController.h // kneet // // Created by Jason Lee on 5/13/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDTableViewController.h" @class CustomLabel; @interface SettingsViewController : JDTableViewController #pragma mark - Properties @property (weak, nonatomic) IBOutlet CustomLabel *lblAccount; @property (weak, nonatomic) IBOutlet CustomLabel *lblMobile; @property (weak, nonatomic) IBOutlet CustomLabel *lblHome; @property (weak, nonatomic) IBOutlet CustomLabel *lblService; @property (weak, nonatomic) IBOutlet CustomLabel *lblApp; #pragma mark - Instance Methods @end