File: linking.m

package info (click to toggle)
gnustep-gui 0.25.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,088 kB
  • ctags: 3,417
  • sloc: objc: 153,800; ansic: 18,239; cpp: 579; yacc: 462; makefile: 143; sh: 5
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11

#import <Foundation/Foundation.h>
#import "AppKit/AppKit.h"
#import "GNUstepGUI/GSFontInfo.h"

void __objc_gui_linking(void)
{
  [GSFontInfo class];
  [NSBezierPath class];
  [NSStepper class];
}