mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-25 17:00:50 +02:00
5 lines
135 B
Objective-C
5 lines
135 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
UIImage * _Nullable applyScreenshotEffectToImage(UIImage * _Nonnull image);
|