mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
7 lines
66 B
Objective-C
7 lines
66 B
Objective-C
// Matches
|
|
@interface I1
|
|
@end
|
|
|
|
// Matches
|
|
@interface I2 : I1
|
|
@end
|