home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
UnlockGraphicsChange.h
< prev
next >
Wrap
Text File
|
1995-08-03
|
160b
|
11 lines
@interface UnlockGraphicsChange : GraphicsChange
{
}
- (NSString *)changeName;
- (void)saveBeforeChange;
- (void)redoChange;
- (Class)changeDetailClass;
@end