Skip to content

Commit

Permalink
Updating LayoutTestBase.h to get LayoutTestBase to work with Swift files
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Livesey committed Oct 11, 2016
1 parent 214b9f5 commit 89174c3
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions LayoutTestBase/LayoutTestBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
This file is included in cocoapods because without it, XCode refuses to build the project. It shouldn't cause any harm.
Because of this, it only include thes core classes (otherwise, some subspecs won't build).
*/

#import <Foundation/Foundation.h>
Expand All @@ -23,35 +24,5 @@ FOUNDATION_EXPORT const unsigned char LayoutTestBaseVersionString[];
#pragma mark - Main Classes

#import "LYTViewProvider.h"
#import "LYTViewCatalogProvider.h"
#import "LYTConfig.h"
#import "LYTLayoutPropertyTester.h"

#pragma mark - View Sizing

#import "LYTViewSize.h"
#import "UIView+LYTViewSize.h"
#import "LYTDeviceConstants.h"

#pragma mark - Autolayout

#import "LYTAutolayoutFailureIntercepter.h"

#pragma mark - DataValues

#import "LYTDataValues.h"
#import "LYTBoolValues.h"
#import "LYTFloatValues.h"
#import "LYTIntegerValues.h"
#import "LYTStringValues.h"

#pragma mark - Test Helpers

#import "UIView+LYTHelpers.h"
#import "UIView+LYTTestHelpers.h"
#import "UIView+LYTFrameComparison.h"

#pragma mark - Catalog

#import "LYTCatalogCollectionViewController.h"
#import "LYTCatalogTableViewController.h"

0 comments on commit 89174c3

Please sign in to comment.