Return to Snippet

Revision: 51
at November 30, -0001 00:00 by Monster


Initial Code
@protocol BufferSaveFilterProtocol : NSObject
- (NSFileHandle*)buffer:(Buffer*)aBuffer willSaveFile:(NSFileHandle*)aFileHandle;
@end

Initial URL


Initial Description


Initial Title
Buffer Protocol

Initial Tags
file, textmate

Initial Language
Other