Using the better code form preble's 7330a0024296a41b21d05c150aeb255c89a54500 for setDocumentEdited (Switched to Xcode 4)
16 lines
212 B
Objective-C
16 lines
212 B
Objective-C
//
|
|
// IJTableView.h
|
|
// InsideJob
|
|
//
|
|
// Created by Adam Preble on 12/14/10.
|
|
// Copyright 2010 Adam Preble. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface IJTableView : NSTableView {
|
|
|
|
}
|
|
|
|
@end |