// // SupportDeviceViewController.h // kneet // // Created by Jason Lee on 6/22/15. // Copyright (c) 2015 ntels. All rights reserved. // #import "JDTableViewController.h" @class CustomLabel; @interface SupportDeviceViewController : JDTableViewController #pragma mark - Properties @property (weak, nonatomic) IBOutlet CustomLabel *lblFoscamDesc; #pragma mark - Instance Methods @end