Banuba SDK
BNBResource.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 /** Class, which resource abstraction. */
8 
9 #ifndef DJINNI_EXPORT
10  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
11 #endif
12 
14 @interface BNBResource : NSObject
15 
16 - (BOOL)loaded;
17 
18 - (nonnull NSString *)path;
19 
20 @end
-[BNBResource path]
nonnull NSString * path()
DJINNI_EXPORT
#define DJINNI_EXPORT
Class, which resource abstraction.
Definition: BNBResource.h:10
BNBResource
Definition: BNBResource.h:14
-[BNBResource loaded]
BOOL loaded()