Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBCelebrityMatchBackendData Class Reference

#import <BNBCelebrityMatchBackendData.h>

Inheritance diagram for BNBCelebrityMatchBackendData:

Instance Methods

(nonnull instancetype) - initWithImage:json:
 

Class Methods

(nonnull instancetype) + celebrityMatchBackendDataWithImage:json:
 

Properties

NSData * image
 
NSString * json
 

Detailed Description

Definition at line 6 of file BNBCelebrityMatchBackendData.h.

Method Documentation

◆ celebrityMatchBackendDataWithImage:json:

+ (nonnull instancetype) celebrityMatchBackendDataWithImage: (nonnull NSData *)  image
json: (nonnull NSString *)  json 

◆ initWithImage:json:

- (nonnull instancetype) initWithImage: (nonnull NSData *)  image
json: (nonnull NSString *)  json 

Property Documentation

◆ image

- (NSData*) image
readnonatomicassign

Definition at line 12 of file BNBCelebrityMatchBackendData.h.

◆ json

- (NSString*) json
readnonatomicassign

Definition at line 14 of file BNBCelebrityMatchBackendData.h.


The documentation for this class was generated from the following file: