mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
+ Some basic image editing functionality.
This commit is contained in:
@@ -8,8 +8,18 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class BITImageAnnotationViewController;
|
||||
|
||||
@protocol BITImageAnnotationDelegate <NSObject>
|
||||
|
||||
- (void)annotationControllerDidCancel:(BITImageAnnotationViewController *)annotationController;
|
||||
- (void)annotationController:(BITImageAnnotationViewController *)annotationController didFinishWithImage:(UIImage *)image;
|
||||
|
||||
@end
|
||||
|
||||
@interface BITImageAnnotationViewController : UIViewController
|
||||
|
||||
@property (nonatomic, strong) UIImage *image;
|
||||
@property (nonatomic, weak) id<BITImageAnnotationDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user