mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
8 lines
165 B
Objective-C
8 lines
165 B
Objective-C
#import "PGPhotoCustomFilterPass.h"
|
|
|
|
@interface PGPhotoLookupFilterPass : PGPhotoCustomFilterPass
|
|
|
|
- (instancetype)initWithLookupImage:(UIImage *)lookupImage;
|
|
|
|
@end
|