// // HomeHubCompleteViewController.h // kneet2 // // Created by Jason Lee on 10/23/15. // Copyright © 2015 ntels. All rights reserved. // #import "JDViewController.h" @class CustomLabel; @interface HomeHubCompleteViewController : JDViewController #pragma mark - Properties @property (weak, nonatomic) IBOutlet CustomLabel *lblStart; #pragma mark - Instance Methods @end