Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
fix filter preview generator on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo committed Feb 15, 2016
1 parent 2fa98e6 commit 062b0bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/YUCIFilterPreviewGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
//

#import "YUCIFilterPreviewGenerator.h"
#import <AVFoundation/AVFoundation.h>
#import <ImageIO/ImageIO.h>
#if __has_include(<MobileCoreServices/MobileCoreServices.h>)
#import <MobileCoreServices/MobileCoreServices.h>
#endif

CGSize const YUCIFilterPreviewImageSize = (CGSize){280,210};
CGFloat const YUCIFilterPreviewImageSpacing = 60;
Expand Down

0 comments on commit 062b0bd

Please sign in to comment.