mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 16:18:34 +00:00
10 lines
116 B
Objective-C
10 lines
116 B
Objective-C
/* WNTerrainView */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface WNIconListView : NSTableView
|
|
{
|
|
}
|
|
-(void)awakeFromNib;
|
|
@end
|