Skip to content

Commit

Permalink
Updated SDKs with socket enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
RajvinderPayU committed Apr 23, 2021
1 parent a17acf0 commit ade841c
Show file tree
Hide file tree
Showing 69 changed files with 46 additions and 37 deletions.
Binary file modified Dependencies/PayUUPICoreKit.framework/Assets.car
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)consumePaymentStatus:(PayUPaymentStatus * _Nonnull)status forVerificationMode:(enum PayUPaymentVerificationMode)mode;
@end

@class PayUTxnVerificationInfo;

@interface PayUPaymentResponseHandler (SWIFT_EXTENSION(PayUUPICoreKit))
- (void)checkPaymentStatus;
Expand All @@ -422,7 +421,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)finishTransactionWithIsMerchantCancelling:(BOOL)isMerchantCancelling;
- (void)cancelTransactionWithCompletion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (void)checkPaymentStatusWithForcefully:(BOOL)forcefully completion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (PayUTxnVerificationInfo * _Nonnull)getTxnRelatedInfoForAPIs SWIFT_WARN_UNUSED_RESULT;
@end

enum PayUPaymentStatusType : NSInteger;
Expand Down Expand Up @@ -464,9 +462,11 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit16PayUPureS2SModel")
@interface PayUPureS2SModel : NSObject
@property (nonatomic, copy) NSString * _Nonnull referenceId;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrl;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrlV2;
@property (nonatomic, copy) NSString * _Nonnull upiServicePollInterval;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiPushExpiry;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiVerificationInterval;
@property (nonatomic, copy) NSString * _Nonnull encodedPayuId;
@property (nonatomic, copy) NSString * _Nullable intentURIData;
@property (nonatomic, copy) NSString * _Nullable appName;
@property (nonatomic, copy) NSString * _Nullable amount;
Expand Down Expand Up @@ -537,7 +537,7 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit21PayUThirdPartyManager")

SWIFT_CLASS("_TtC14PayUUPICoreKit23PayUTxnVerificationInfo")
@interface PayUTxnVerificationInfo : NSObject
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr payuId:(NSString * _Nonnull)payuId token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr mihpayid:(NSString * _Nonnull)mihpayid token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down Expand Up @@ -1039,7 +1039,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)consumePaymentStatus:(PayUPaymentStatus * _Nonnull)status forVerificationMode:(enum PayUPaymentVerificationMode)mode;
@end

@class PayUTxnVerificationInfo;

@interface PayUPaymentResponseHandler (SWIFT_EXTENSION(PayUUPICoreKit))
- (void)checkPaymentStatus;
Expand All @@ -1050,7 +1049,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)finishTransactionWithIsMerchantCancelling:(BOOL)isMerchantCancelling;
- (void)cancelTransactionWithCompletion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (void)checkPaymentStatusWithForcefully:(BOOL)forcefully completion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (PayUTxnVerificationInfo * _Nonnull)getTxnRelatedInfoForAPIs SWIFT_WARN_UNUSED_RESULT;
@end

enum PayUPaymentStatusType : NSInteger;
Expand Down Expand Up @@ -1092,9 +1090,11 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit16PayUPureS2SModel")
@interface PayUPureS2SModel : NSObject
@property (nonatomic, copy) NSString * _Nonnull referenceId;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrl;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrlV2;
@property (nonatomic, copy) NSString * _Nonnull upiServicePollInterval;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiPushExpiry;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiVerificationInterval;
@property (nonatomic, copy) NSString * _Nonnull encodedPayuId;
@property (nonatomic, copy) NSString * _Nullable intentURIData;
@property (nonatomic, copy) NSString * _Nullable appName;
@property (nonatomic, copy) NSString * _Nullable amount;
Expand Down Expand Up @@ -1165,7 +1165,7 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit21PayUThirdPartyManager")

SWIFT_CLASS("_TtC14PayUUPICoreKit23PayUTxnVerificationInfo")
@interface PayUTxnVerificationInfo : NSObject
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr payuId:(NSString * _Nonnull)payuId token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr mihpayid:(NSString * _Nonnull)mihpayid token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down Expand Up @@ -1670,7 +1670,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)consumePaymentStatus:(PayUPaymentStatus * _Nonnull)status forVerificationMode:(enum PayUPaymentVerificationMode)mode;
@end

@class PayUTxnVerificationInfo;

@interface PayUPaymentResponseHandler (SWIFT_EXTENSION(PayUUPICoreKit))
- (void)checkPaymentStatus;
Expand All @@ -1681,7 +1680,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)finishTransactionWithIsMerchantCancelling:(BOOL)isMerchantCancelling;
- (void)cancelTransactionWithCompletion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (void)checkPaymentStatusWithForcefully:(BOOL)forcefully completion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (PayUTxnVerificationInfo * _Nonnull)getTxnRelatedInfoForAPIs SWIFT_WARN_UNUSED_RESULT;
@end

enum PayUPaymentStatusType : NSInteger;
Expand Down Expand Up @@ -1723,9 +1721,11 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit16PayUPureS2SModel")
@interface PayUPureS2SModel : NSObject
@property (nonatomic, copy) NSString * _Nonnull referenceId;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrl;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrlV2;
@property (nonatomic, copy) NSString * _Nonnull upiServicePollInterval;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiPushExpiry;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiVerificationInterval;
@property (nonatomic, copy) NSString * _Nonnull encodedPayuId;
@property (nonatomic, copy) NSString * _Nullable intentURIData;
@property (nonatomic, copy) NSString * _Nullable appName;
@property (nonatomic, copy) NSString * _Nullable amount;
Expand Down Expand Up @@ -1796,7 +1796,7 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit21PayUThirdPartyManager")

SWIFT_CLASS("_TtC14PayUUPICoreKit23PayUTxnVerificationInfo")
@interface PayUTxnVerificationInfo : NSObject
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr payuId:(NSString * _Nonnull)payuId token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr mihpayid:(NSString * _Nonnull)mihpayid token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down Expand Up @@ -2298,7 +2298,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)consumePaymentStatus:(PayUPaymentStatus * _Nonnull)status forVerificationMode:(enum PayUPaymentVerificationMode)mode;
@end

@class PayUTxnVerificationInfo;

@interface PayUPaymentResponseHandler (SWIFT_EXTENSION(PayUUPICoreKit))
- (void)checkPaymentStatus;
Expand All @@ -2309,7 +2308,6 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit26PayUPaymentResponseHandler")
- (void)finishTransactionWithIsMerchantCancelling:(BOOL)isMerchantCancelling;
- (void)cancelTransactionWithCompletion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (void)checkPaymentStatusWithForcefully:(BOOL)forcefully completion:(void (^ _Nonnull)(PayUPaymentStatus * _Nonnull))completion;
- (PayUTxnVerificationInfo * _Nonnull)getTxnRelatedInfoForAPIs SWIFT_WARN_UNUSED_RESULT;
@end

enum PayUPaymentStatusType : NSInteger;
Expand Down Expand Up @@ -2351,9 +2349,11 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit16PayUPureS2SModel")
@interface PayUPureS2SModel : NSObject
@property (nonatomic, copy) NSString * _Nonnull referenceId;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrl;
@property (nonatomic, copy) NSString * _Nonnull pushServiceUrlV2;
@property (nonatomic, copy) NSString * _Nonnull upiServicePollInterval;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiPushExpiry;
@property (nonatomic, copy) NSString * _Nonnull sdkUpiVerificationInterval;
@property (nonatomic, copy) NSString * _Nonnull encodedPayuId;
@property (nonatomic, copy) NSString * _Nullable intentURIData;
@property (nonatomic, copy) NSString * _Nullable appName;
@property (nonatomic, copy) NSString * _Nullable amount;
Expand Down Expand Up @@ -2424,7 +2424,7 @@ SWIFT_CLASS("_TtC14PayUUPICoreKit21PayUThirdPartyManager")

SWIFT_CLASS("_TtC14PayUUPICoreKit23PayUTxnVerificationInfo")
@interface PayUTxnVerificationInfo : NSObject
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr payuId:(NSString * _Nonnull)payuId token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithUrlStr:(NSString * _Nonnull)urlStr mihpayid:(NSString * _Nonnull)mihpayid token:(NSString * _Nullable)token returnUrlStr:(NSString * _Nullable)returnUrlStr OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
Expand Down
Binary file modified Dependencies/PayUUPICoreKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ extension PayUPaymentApp {
public var status: Swift.Int?
@objc public var referenceId: Swift.String
@objc public var pushServiceUrl: Swift.String
@objc public var pushServiceUrlV2: Swift.String
@objc public var upiServicePollInterval: Swift.String
@objc public var sdkUpiPushExpiry: Swift.String
@objc public var sdkUpiVerificationInterval: Swift.String
@objc public var encodedPayuId: Swift.String
@objc public var intentURIData: Swift.String?
@objc public var appName: Swift.String?
@objc public var amount: Swift.String?
Expand Down Expand Up @@ -371,7 +373,6 @@ extension PayUPaymentResponseHandler {
@objc dynamic public func finishTransaction(isMerchantCancelling: Swift.Bool)
@objc dynamic public func cancelTransaction(completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func checkPaymentStatus(forcefully: Swift.Bool, completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func getTxnRelatedInfoForAPIs() -> PayUUPICoreKit.PayUTxnVerificationInfo
}
extension PayUPaymentResponseHandler {
@objc dynamic public func consumePaymentStatus(_ status: PayUUPICoreKit.PayUPaymentStatus, forVerificationMode mode: PayUUPICoreKit.PayUPaymentVerificationMode)
Expand Down Expand Up @@ -424,7 +425,7 @@ public struct PayUHashes {
@objc override dynamic public init()
}
@objc @objcMembers public class PayUTxnVerificationInfo : ObjectiveC.NSObject {
@objc public init(urlStr: Swift.String, payuId: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc public init(urlStr: Swift.String, mihpayid: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc override dynamic public init()
@objc deinit
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ extension PayUPaymentApp {
public var status: Swift.Int?
@objc public var referenceId: Swift.String
@objc public var pushServiceUrl: Swift.String
@objc public var pushServiceUrlV2: Swift.String
@objc public var upiServicePollInterval: Swift.String
@objc public var sdkUpiPushExpiry: Swift.String
@objc public var sdkUpiVerificationInterval: Swift.String
@objc public var encodedPayuId: Swift.String
@objc public var intentURIData: Swift.String?
@objc public var appName: Swift.String?
@objc public var amount: Swift.String?
Expand Down Expand Up @@ -371,7 +373,6 @@ extension PayUPaymentResponseHandler {
@objc dynamic public func finishTransaction(isMerchantCancelling: Swift.Bool)
@objc dynamic public func cancelTransaction(completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func checkPaymentStatus(forcefully: Swift.Bool, completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func getTxnRelatedInfoForAPIs() -> PayUUPICoreKit.PayUTxnVerificationInfo
}
extension PayUPaymentResponseHandler {
@objc dynamic public func consumePaymentStatus(_ status: PayUUPICoreKit.PayUPaymentStatus, forVerificationMode mode: PayUUPICoreKit.PayUPaymentVerificationMode)
Expand Down Expand Up @@ -424,7 +425,7 @@ public struct PayUHashes {
@objc override dynamic public init()
}
@objc @objcMembers public class PayUTxnVerificationInfo : ObjectiveC.NSObject {
@objc public init(urlStr: Swift.String, payuId: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc public init(urlStr: Swift.String, mihpayid: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc override dynamic public init()
@objc deinit
}
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PayUUPICoreKit
// swift-compiler-version: Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PayUUPICoreKit
import Foundation
import PayULoggerKit
import PayUNetworkingKit
Expand Down Expand Up @@ -176,9 +176,11 @@ extension PayUPaymentApp {
public var status: Swift.Int?
@objc public var referenceId: Swift.String
@objc public var pushServiceUrl: Swift.String
@objc public var pushServiceUrlV2: Swift.String
@objc public var upiServicePollInterval: Swift.String
@objc public var sdkUpiPushExpiry: Swift.String
@objc public var sdkUpiVerificationInterval: Swift.String
@objc public var encodedPayuId: Swift.String
@objc public var intentURIData: Swift.String?
@objc public var appName: Swift.String?
@objc public var amount: Swift.String?
Expand Down Expand Up @@ -371,7 +373,6 @@ extension PayUPaymentResponseHandler {
@objc dynamic public func finishTransaction(isMerchantCancelling: Swift.Bool)
@objc dynamic public func cancelTransaction(completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func checkPaymentStatus(forcefully: Swift.Bool, completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func getTxnRelatedInfoForAPIs() -> PayUUPICoreKit.PayUTxnVerificationInfo
}
extension PayUPaymentResponseHandler {
@objc dynamic public func consumePaymentStatus(_ status: PayUUPICoreKit.PayUPaymentStatus, forVerificationMode mode: PayUUPICoreKit.PayUPaymentVerificationMode)
Expand Down Expand Up @@ -424,7 +425,7 @@ public struct PayUHashes {
@objc override dynamic public init()
}
@objc @objcMembers public class PayUTxnVerificationInfo : ObjectiveC.NSObject {
@objc public init(urlStr: Swift.String, payuId: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc public init(urlStr: Swift.String, mihpayid: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc override dynamic public init()
@objc deinit
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ extension PayUPaymentApp {
public var status: Swift.Int?
@objc public var referenceId: Swift.String
@objc public var pushServiceUrl: Swift.String
@objc public var pushServiceUrlV2: Swift.String
@objc public var upiServicePollInterval: Swift.String
@objc public var sdkUpiPushExpiry: Swift.String
@objc public var sdkUpiVerificationInterval: Swift.String
@objc public var encodedPayuId: Swift.String
@objc public var intentURIData: Swift.String?
@objc public var appName: Swift.String?
@objc public var amount: Swift.String?
Expand Down Expand Up @@ -371,7 +373,6 @@ extension PayUPaymentResponseHandler {
@objc dynamic public func finishTransaction(isMerchantCancelling: Swift.Bool)
@objc dynamic public func cancelTransaction(completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func checkPaymentStatus(forcefully: Swift.Bool, completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func getTxnRelatedInfoForAPIs() -> PayUUPICoreKit.PayUTxnVerificationInfo
}
extension PayUPaymentResponseHandler {
@objc dynamic public func consumePaymentStatus(_ status: PayUUPICoreKit.PayUPaymentStatus, forVerificationMode mode: PayUUPICoreKit.PayUPaymentVerificationMode)
Expand Down Expand Up @@ -424,7 +425,7 @@ public struct PayUHashes {
@objc override dynamic public init()
}
@objc @objcMembers public class PayUTxnVerificationInfo : ObjectiveC.NSObject {
@objc public init(urlStr: Swift.String, payuId: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc public init(urlStr: Swift.String, mihpayid: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc override dynamic public init()
@objc deinit
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ extension PayUPaymentApp {
public var status: Swift.Int?
@objc public var referenceId: Swift.String
@objc public var pushServiceUrl: Swift.String
@objc public var pushServiceUrlV2: Swift.String
@objc public var upiServicePollInterval: Swift.String
@objc public var sdkUpiPushExpiry: Swift.String
@objc public var sdkUpiVerificationInterval: Swift.String
@objc public var encodedPayuId: Swift.String
@objc public var intentURIData: Swift.String?
@objc public var appName: Swift.String?
@objc public var amount: Swift.String?
Expand Down Expand Up @@ -371,7 +373,6 @@ extension PayUPaymentResponseHandler {
@objc dynamic public func finishTransaction(isMerchantCancelling: Swift.Bool)
@objc dynamic public func cancelTransaction(completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func checkPaymentStatus(forcefully: Swift.Bool, completion: @escaping ((PayUUPICoreKit.PayUPaymentStatus) -> ()))
@objc dynamic public func getTxnRelatedInfoForAPIs() -> PayUUPICoreKit.PayUTxnVerificationInfo
}
extension PayUPaymentResponseHandler {
@objc dynamic public func consumePaymentStatus(_ status: PayUUPICoreKit.PayUPaymentStatus, forVerificationMode mode: PayUUPICoreKit.PayUPaymentVerificationMode)
Expand Down Expand Up @@ -424,7 +425,7 @@ public struct PayUHashes {
@objc override dynamic public init()
}
@objc @objcMembers public class PayUTxnVerificationInfo : ObjectiveC.NSObject {
@objc public init(urlStr: Swift.String, payuId: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc public init(urlStr: Swift.String, mihpayid: Swift.String, token: Swift.String?, returnUrlStr: Swift.String?)
@objc override dynamic public init()
@objc deinit
}
Expand Down
Binary file not shown.
Loading

0 comments on commit ade841c

Please sign in to comment.