27 lines
662 B
C
27 lines
662 B
C
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "UIImage+CropRotate.h"
|
||
|
#import "TOCropViewConstants.h"
|
||
|
#import "TOActivityCroppedImageProvider.h"
|
||
|
#import "TOCroppedImageAttributes.h"
|
||
|
#import "TOCropViewControllerTransitioning.h"
|
||
|
#import "TOCropViewController.h"
|
||
|
#import "TOCropOverlayView.h"
|
||
|
#import "TOCropScrollView.h"
|
||
|
#import "TOCropToolbar.h"
|
||
|
#import "TOCropView.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double TOCropViewControllerVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char TOCropViewControllerVersionString[];
|
||
|
|