// // ThingsAddWallpadViewController.h // kneet // // Created by Jason Lee on 5/18/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDTableViewController.h" @class CustomLabel; @class CustomButton; @interface ThingsAddWallpadViewController : JDTableViewController #pragma mark - Properties @property (weak, nonatomic) IBOutlet CustomLabel *lblTitle; @property (weak, nonatomic) IBOutlet CustomLabel *lblStep1Title; @property (weak, nonatomic) IBOutlet CustomLabel *lblStep2Title; @property (weak, nonatomic) IBOutlet CustomLabel *lblStep3Title; @property (weak, nonatomic) IBOutlet CustomButton *btnQRCode; #pragma mark - Instance Methods - (IBAction)btnQRCodeTouched:(id)sender; @end