WelcomeViewController.h 369 B

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