mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16111 72102866-910b-0410-8b05-ffd578937521
12 lines
152 B
Objective-C
12 lines
152 B
Objective-C
#ifndef INCLUDED_GormPosingView_h
|
|
#define INCLUDED_GormPosingView_h
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
@interface GormPosingView : NSView
|
|
{
|
|
|
|
}
|
|
@end
|
|
|
|
#endif
|