PackagedDocument/MyTextPictDocument.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The NSDocument subclass for reading/writing it data and connecting with iCloud. |
*/ |
#import <Cocoa/Cocoa.h> |
@interface MyTextPictDocument : NSDocument |
@property (strong) NSImage *image; |
- (void)updateTextView:(NSTextView *)textView; |
- (void)updateImageView:(NSImageView *)imageView; |
- (void)updateImageModel:(NSImage *)image; |
- (void)updateTextModel:(NSString *)text; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-09