Skip to content

Commit

Permalink
SDK Example for iOS Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyno committed Aug 7, 2019
0 parents commit 6cfca00
Show file tree
Hide file tree
Showing 17 changed files with 1,624 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Bridging-Header.h
@@ -0,0 +1,14 @@
//
// Bridging-Header.h
// ZDKDemo
//
// Copyright © 2019 Securax. All rights reserved.
//

#ifndef Bridging_Header_h
#define Bridging_Header_h

#import <zdk.objc/HelperFactory.h>
#import <zdk.objc/ZDKContext.h>

#endif /* Bridging_Header_h */
2 changes: 2 additions & 0 deletions README
@@ -0,0 +1,2 @@
zdk.objc.framework MUST be placed in current folder!

0 comments on commit 6cfca00

Please sign in to comment.