SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Loading...
Searching...
No Matches
SCUniversalAdId.h
1//
2// SCUniversalAdId.h
3// SmartclipSDKiOS
4//
5// Copyright © 2018 smartclip. All rights reserved.
6//
7
8#import <Foundation/Foundation.h>
9
10NS_ASSUME_NONNULL_BEGIN
12@interface SCUniversalAdId : NSObject
14@property (nonatomic, copy) NSString *idRegistry;
16@property (nonatomic, copy) NSString *idValue;
17@end
18
19NS_ASSUME_NONNULL_END
This class holds the information of an universal AdId.
Definition: SCUniversalAdId.h:13
NSString * idRegistry
idRegistry string
Definition: SCUniversalAdId.h:14
NSString * idValue
idValue string
Definition: SCUniversalAdId.h:16