mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
8 lines
74 B
C
8 lines
74 B
C
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
@interface GormPosingView : NSView
|
||
|
{
|
||
|
|
||
|
}
|
||
|
@end
|