Skip to content

Commit

Permalink
Added dictionary type info to MPIdentityApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 19, 2023
1 parent 0c089ef commit 8e5aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/Include/MPIdentityApiRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN

@property (nonatomic, strong, nullable) NSString *email;
@property (nonatomic, strong, nullable) NSString *customerId;
@property (nonatomic, strong, nullable, readonly) NSDictionary *identities;
@property (nonatomic, strong, nullable, readonly) NSDictionary<NSNumber*, NSString*> *identities;

@end

Expand Down

0 comments on commit 8e5aadd

Please sign in to comment.