Files
deighton-ar/mobile/ios/ViroKit.framework/Headers/VROSoundDelegate.h
2018-03-27 17:46:15 -07:00

21 lines
360 B
Objective-C

//
// VROSoundDelegate.h
// ViroRenderer
//
// Created by Andy Chu on 1/27/17.
// Copyright © 2017 Viro Media. All rights reserved.
//
#ifndef VROSoundDelegate_h
#define VROSoundDelegate_h
@protocol VROSoundDelegate <NSObject>
- (void)soundIsReady;
- (void)soundDidFail:(NSString *)error;
- (void)soundDidFinish;
@end
#endif /* VROSoundDelegate_h */