root/Trunk/AIUtilities.framework/Versions/A/Headers/AIPasteboardAdditions.h @ 2

Revision 2, 339 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIPasteboardAdditions.h
3//  AIUtilities.framework
4//
5//  Created by Evan Schoenberg on 5/26/08.
6//
7
8#import <Cocoa/Cocoa.h>
9
10#define AIiTunesTrackPboardType @"CorePasteboardFlavorType 0x6974756E" /* CorePasteboardFlavorType 'itun' */
11
12@interface NSPasteboard (AIPasteboardAdditions)
13- (NSArray *)filesFromITunesDragPasteboard;
14@end
Note: See TracBrowser for help on using the browser.