4
0
mirror of https://github.com/QuasarApp/macdependency.git synced 2025-04-28 13:24:32 +00:00

17 lines
300 B
C
Raw Permalink Normal View History

//
// ArchitecturesController.h
// MacDependency
//
// Created by Konrad Windszus on 22.08.09.
// Copyright 2009 Konrad Windszus. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@class MyDocument;
@interface ArchitecturesController : NSArrayController {
IBOutlet MyDocument* document;
}
@end