6 lines
74 B
C
6 lines
74 B
C
|
// Cocoa
|
||
|
#import "Foundation.h"
|
||
|
#import "AppKit.h"
|
||
|
|
||
|
struct A { int i; };
|