Banuba SDK
BNBCelebrityMatchIndex.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from celebrity_match.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 @interface BNBCelebrityMatchIndex : NSObject
7 - (nonnull instancetype)initWithIdx:(int64_t)idx
8  flip:(BOOL)flip;
9 + (nonnull instancetype)celebrityMatchIndexWithIdx:(int64_t)idx
10  flip:(BOOL)flip;
11 
12 @property (nonatomic, readonly) int64_t idx;
13 
14 @property (nonatomic, readonly) BOOL flip;
15 
16 @end
BNBCelebrityMatchIndex::flip
BOOL flip
Definition: BNBCelebrityMatchIndex.h:14
BNBCelebrityMatchIndex
Definition: BNBCelebrityMatchIndex.h:7
BNBCelebrityMatchIndex::idx
int64_t idx
Definition: BNBCelebrityMatchIndex.h:12