mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.

This URL has Read+Write access

AudioStreamer / MacStreamingPlayer_Prefix.pch
100644 8 lines (6 sloc) 0.171 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'StreamingAudioPlayer' target in the 'StreamingAudioPlayer' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif