16 lines
243 B
Objective-C
16 lines
243 B
Objective-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
|