Skip to content

Commit

Permalink
Add missing includ headers in umbrella header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigaci committed May 5, 2016
1 parent a68a77b commit d50a40b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BIObjCHelpers/SupportingFiles/BIObjCHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ FOUNDATION_EXPORT const unsigned char BIObjCHelpersVersionString[];
#import <BIObjCHelpers/BIActivityIndicatorContainerView.h>
#import <BIObjCHelpers/BICollectionViewActivityIndicatorReusableView.h>
#import <BIObjCHelpers/BITableViewCell.h>
#import <BIObjCHelpers/UIView+BILoadXib.h>
#import <BIObjCHelpers/UIScrollView+InfiniteScroll.h>

// Datasources
#import <BIObjCHelpers/BIDatasourceTableView.h>
Expand Down

0 comments on commit d50a40b

Please sign in to comment.