| 12345678910111213141516171819202122 |
- //
- // WelcomeViewController.h
- // SmartCity
- //
- // Created by Jason Lee on 1/12/16.
- // Copyright © 2016 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @class CustomLabel;
- @interface WelcomeViewController : JDViewController
- #pragma mark - Properties
- @property (weak, nonatomic) IBOutlet CustomLabel *lblStart;
- #pragma mark - Instance Methods
- @end
|