mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
10 lines
159 B
Objective-C
10 lines
159 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "GPUImageContext.h"
|
|
|
|
@interface PGPhotoEditorView : UIView <GPUImageInput>
|
|
|
|
@property (nonatomic, assign) bool enabled;
|
|
|
|
@end
|