mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
9 lines
251 B
Objective-C
9 lines
251 B
Objective-C
@class OakDocument;
|
|
|
|
@interface OakDocumentPrintOptionsViewController : NSViewController <NSPrintPanelAccessorizing>
|
|
@end
|
|
|
|
@interface OakDocumentPrintableView : NSView
|
|
- (id)initWithDocument:(OakDocument*)aDocument fontName:(NSString*)aFontName;
|
|
@end
|