mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
7 lines
97 B
Objective-C
7 lines
97 B
Objective-C
/* For use with the objc_import.m test */
|
|
|
|
@interface TestPCH
|
|
+ alloc;
|
|
- (void)instMethod;
|
|
@end
|
|
|