HomeHubCompleteViewController.h 383 B

12345678910111213141516171819202122
  1. //
  2. // HomeHubCompleteViewController.h
  3. // kneet2
  4. //
  5. // Created by Jason Lee on 10/23/15.
  6. // Copyright © 2015 ntels. All rights reserved.
  7. //
  8. #import "JDViewController.h"
  9. @class CustomLabel;
  10. @interface HomeHubCompleteViewController : JDViewController
  11. #pragma mark - Properties
  12. @property (weak, nonatomic) IBOutlet CustomLabel *lblStart;
  13. #pragma mark - Instance Methods
  14. @end