| 1234567891011121314151617181920212223 |
- //
- // 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
|