This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from zendesk/ksmith/2.1.1
Release for 2.1.1
- Loading branch information
Showing
233 changed files
with
11,538 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
ZendeskSDK/4.2/ZendeskCoreSDK.framework/Headers/ZDKAuthenticationURLProtocol.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* | ||
* ZDKAuthenticationURLProtocol.h | ||
* ZendeskSDK | ||
* | ||
* Created by Zendesk on 23/04/2015. | ||
* | ||
* Copyright (c) 2015 Zendesk. All rights reserved. | ||
* | ||
* By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master | ||
* Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License | ||
* Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and | ||
* acknowledge that such terms govern Your use of and access to the Mobile SDK. | ||
* | ||
*/ | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface ZDKAuthenticationURLProtocol : NSURLProtocol | ||
|
||
@end |
16 changes: 16 additions & 0 deletions
16
ZendeskSDK/4.2/ZendeskCoreSDK.framework/Headers/ZDKIdentityMigrator.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// ZDKIdentityMigrator.h | ||
// ZendeskCoreSDK | ||
// | ||
// Created by Ronan Mchugh on 21/02/2018. | ||
// Copyright © 2018 Zendesk. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface ZDKIdentityMigrator : NSObject | ||
|
||
- (_Nonnull instancetype)init; | ||
|
||
|
||
@end |
Oops, something went wrong.