XMRemoteImageController.h
Submitted by alex on Mon, 03/02/2009 - 07:04.
// // XMRemoteImageController.h // XMRemoteImage // // Created by Alex Clarke on 27/02/09. // Copyright 2009 CocoaLab Software Australia. All rights reserved. // #import <Cocoa/Cocoa.h> @interface XMRemoteImageController : NSObject { NSImage * image1; NSImage * image2; } @property (nonatomic, retain) NSImage *image2; @property (nonatomic, retain) NSImage *image1; @end

Post new comment