filesbox/app/filesbox_ios/FilesBox/Pods/Target Support Files/TOCropViewController/TOCropViewController-umbrel...

27 lines
662 B
C
Raw Normal View History

2023-09-21 02:53:23 +00:00
#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[];