ViewController.h 234 B

1234567891011121314
  1. //
  2. // ViewController.h
  3. // TumblrDownloader
  4. //
  5. // Created by HonorLee on 1/12/16.
  6. // Copyright © 2016 HonorLee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ViewController : UITabBarController
  10. +(id)Instance;
  11. @end