Adding ViroKit. Needs AWSCore :(
This commit is contained in:
20
mobile/ios/ViroKit.framework/Headers/VROSoundDelegate.h
Normal file
20
mobile/ios/ViroKit.framework/Headers/VROSoundDelegate.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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 */
|
||||
Reference in New Issue
Block a user