No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UADSMetaData.h 268B

1234567891011
  1. #import <UnityAds/USRVJsonStorage.h>
  2. @interface UADSMetaData : USRVJsonStorage
  3. @property (nonatomic, strong) NSString *category;
  4. - (instancetype)initWithCategory: (NSString *)category;
  5. - (BOOL)setRaw: (NSString *)key value: (id)value;
  6. - (void) commit;
  7. @end