Commit skeleton

This commit is contained in:
Gregory John Casamento 2019-11-22 05:07:45 -05:00
parent c3bd876fa5
commit 943a323002
2 changed files with 25 additions and 0 deletions

View file

@ -41,6 +41,7 @@ extern "C" {
NSData *_imageData;
NSData *_pictRepresentation;
NSRect _boundingBox;
NSUInteger _position;
}
+ (instancetype) imageRepWithData: (NSData *)imageData;