IntroViewController.h 287 B

1234567891011121314151617181920
  1. //
  2. // IntroViewController.h
  3. // kneet2
  4. //
  5. // Created by Jason Lee on 9/16/15.
  6. // Copyright (c) 2015 Jason Lee. All rights reserved.
  7. //
  8. #import "JDViewController.h"
  9. @interface IntroViewController : JDViewController
  10. #pragma mark - Properties
  11. #pragma mark - Instance Methods
  12. @end