home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
CutGraphicsChange.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-28
|
163 b
|
15 lines
#import "drawundo.h"
@interface CutGraphicsChange(PrivateMethods)
@end
@implementation CutGraphicsChange
- (NSString *)changeName
{
return CUT_OP;
}
@end