OOAssetStore.h
1 //
2 // OOAssetStore.h
3 // OoyalaSDK
4 //
5 // Created on 10/5/18.
6 // Copyright © 2018 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface OOAssetStore : NSObject
12 
18 + (nonnull NSDictionary *)allValuesMapped;
25 + (nullable NSString *)pathForAssetNamed:(nonnull NSString *)name;
33 + (BOOL)setPath:(nonnull NSString *)path forAssetNamed:(nonnull NSString *)name;
40 + (BOOL)removeRecordForAssetNamed:(nonnull NSString *)name;
41 
42 @end
Definition: OOAssetStore.h:11
nonnull NSDictionary * allValuesMapped()
Returns all paths for all assets stored.