12 lines
288 B
Objective-C
12 lines
288 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#import "FBSnapshotTestCase.h"
|
|
#import "FBSnapshotTestCasePlatform.h"
|
|
#import "FBSnapshotTestController.h"
|
|
|
|
FOUNDATION_EXPORT double FBSnapshotTestCaseVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char FBSnapshotTestCaseVersionString[];
|
|
|