/Classes/OALSimpleAudioSample.h
http://github.com/kstenerud/ObjectAL-for-iPhone · C Header · 19 lines · 5 code · 4 blank · 10 comment · 0 complexity · 10039738c41659bc55f5318dc5535fe7 MD5 · raw file
- //
- // OALSimpleAudioSample.h
- // ObjectAL
- //
- // Created by Karl Stenerud on 10-10-09.
- //
- #import <Foundation/Foundation.h>
- /**
- * This is a copy of the sample code presented in the ObjectAL documentation.
- */
- @interface OALSimpleAudioSample : NSObject
- {
- // No objects to keep track of...
- }
- @end