Swiftgram/LegacyComponents/PGPhotoLookupFilterPass.h
2017-07-28 16:50:06 +03:00

8 lines
165 B
Objective-C

#import "PGPhotoCustomFilterPass.h"
@interface PGPhotoLookupFilterPass : PGPhotoCustomFilterPass
- (instancetype)initWithLookupImage:(UIImage *)lookupImage;
@end