Minor fix

This commit is contained in:
Alexey Savin 2016-03-16 19:50:10 +03:00
parent 1bf3376157
commit a24bd2f297
2 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,8 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "TLYShyNavBarFade.h"
#import "ShyControllers/TLYShyViewController.h"
@class TLYShyViewController;
@protocol TLYShyNavBarManagerDelegate;

View File

@ -8,6 +8,7 @@
#import "TLYShyNavBarManager.h"
#import "ShyControllers/TLYShyViewController.h"
#import "ShyControllers/TLYShyStatusBarController.h"
#import "ShyControllers/TLYShyScrollViewController.h"