diff options
Diffstat (limited to 'Source/SPImageView.h')
-rw-r--r-- | Source/SPImageView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPImageView.h b/Source/SPImageView.h index 873f4075..3db5dee0 100644 --- a/Source/SPImageView.h +++ b/Source/SPImageView.h @@ -29,8 +29,8 @@ // // More info at <https://github.com/sequelpro/sequelpro> -@interface NSObject (SPImageViewDelegate) - +@protocol SPImageViewDelegate <NSObject> +@optional - (void)processUpdatedImageData:(NSData *)data; - (void)processPasteImageData; |