mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
8 lines
66 B
Objective-C
8 lines
66 B
Objective-C
#include <AppKit/AppKit.h>
|
|
|
|
@interface CTView : NSView
|
|
{
|
|
|
|
}
|
|
|
|
@end
|