TableViewPlayground/ATBasicTableViewWindowController.h

/*
 Copyright (C) 2017 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Demonstrates the most basic dataSource/delegate implementation of a View Based NSTableView.
 */
 
@import Cocoa;
 
@interface ATBasicTableViewWindowController : NSWindowController
 
@end