WelcomeViewController.h 369 B

1234567891011121314151617181920212223
  1. //
  2. // WelcomeViewController.h
  3. // OneCable
  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