SupportDeviceViewController.h 394 B

1234567891011121314151617181920212223
  1. //
  2. // SupportDeviceViewController.h
  3. // kneet
  4. //
  5. // Created by Jason Lee on 6/22/15.
  6. // Copyright (c) 2015 ntels. All rights reserved.
  7. //
  8. #import "JDTableViewController.h"
  9. @class CustomLabel;
  10. @interface SupportDeviceViewController : JDTableViewController
  11. #pragma mark - Properties
  12. @property (weak, nonatomic) IBOutlet CustomLabel *lblFoscamDesc;
  13. #pragma mark - Instance Methods
  14. @end