Skip to content

Commit

Permalink
Moved the TyphoonLoadedView header import to appropriate umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Tolstoy committed Nov 6, 2015
1 parent 8875213 commit 080afaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Source/Typhoon.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char TyphoonVersionString[];
#import "TyphoonCollaboratingAssemblyProxy.h"
#import "NSObject+FactoryHooks.h"
#import "TyphoonTestUtils.h"
#import "TyphoonLoadedView.h"
#import "TyphoonPatcher.h"

#import "TyphoonBlockComponentFactory.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/ios/TyphooniOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

#import "TyphoonStoryboard.h"
#import "TyphoonBundledImageTypeConverter.h"

#import "TyphoonLoadedView.h"

0 comments on commit 080afaf

Please sign in to comment.