Skip to content

Commit

Permalink
Fix objc sample
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kuan committed Oct 30, 2020
1 parent 0f43826 commit dac427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/osx/configcatsample-objc/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main(int argc, const char * argv[]) {
baseUrl:@""];

// Creating a user object to identify your user (optional).
CCUser* userObject = [[CCUser alloc]initWithIdentifier:@"Some UserID"
ConfigCatUser* userObject = [[ConfigCatUser alloc]initWithIdentifier:@"Some UserID"
email:@"[email protected]"
country:@"CountryID"
custom:@{@"version": @"1.0.0"}];
Expand Down

0 comments on commit dac427f

Please sign in to comment.