mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-25 00:56:26 +02:00
8 lines
139 B
Objective-C
8 lines
139 B
Objective-C
#import "PGPhotoProcessPass.h"
|
|
|
|
@interface PGPhotoEnhancePass : PGPhotoProcessPass
|
|
|
|
@property (nonatomic, assign) CGFloat intensity;
|
|
|
|
@end
|