mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:00:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30117 72102866-910b-0410-8b05-ffd578937521
11 lines
197 B
Objective-C
11 lines
197 B
Objective-C
|
|
#import <Foundation/Foundation.h>
|
|
#import "AppKit/AppKit.h"
|
|
#import "GNUstepGUI/GSFontInfo.h"
|
|
|
|
void __objc_gui_linking(void)
|
|
{
|
|
[GSFontInfo class];
|
|
[NSBezierPath class];
|
|
[NSStepper class];
|
|
}
|