Cog/Preferences/General/PlaylistBehaviorArrayController.h
2008-05-18 09:40:33 +00:00

16 lines
263 B
Objective-C

//
// PlaylistBehaviorArrayController.h
// General
//
// Created by Vasily Fedoseyev on 5/18/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PlaylistBehaviorArrayController : NSArrayController {
}
@end