Merge pull request #94 from DagAgren/master

FIx include paths in TLYShyNavBarManager
This commit is contained in:
Maz Jaleel 2015-10-28 08:59:37 -07:00
commit 61f48e5ef1
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
#import "TLYShyViewController.h"
#import "TLYDelegateProxy.h"
#import "UIViewController+BetterLayoutGuides.h"
#import "NSObject+TLYSwizzlingHelpers.h"
#import "Categories/UIViewController+BetterLayoutGuides.h"
#import "Categories/NSObject+TLYSwizzlingHelpers.h"
#import <objc/runtime.h>