17 lines
243 B
C
17 lines
243 B
C
|
//
|
||
|
// AppcastArrayController.h
|
||
|
// General
|
||
|
//
|
||
|
// Created by Vincent Spader on 5/19/07.
|
||
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
|
||
|
@interface AppcastArrayController : NSArrayController {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|