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