mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
14 lines
221 B
C
14 lines
221 B
C
|
/* All Rights reserved */
|
||
|
|
||
|
#include <AppKit/AppKit.h>
|
||
|
|
||
|
@interface GormFontViewController : NSObject
|
||
|
{
|
||
|
id fontSelector;
|
||
|
id view;
|
||
|
}
|
||
|
- (void) selectFont: (id)sender;
|
||
|
- (id) view;
|
||
|
// - (void) changeFont: (id)sender;
|
||
|
@end
|