-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shubham Garg
committed
Jan 1, 2024
1 parent
3bfc702
commit d8235f4
Showing
21 changed files
with
187 additions
and
207 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
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
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
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
18 changes: 18 additions & 0 deletions
18
...shReporter.xcframework/ios-arm64/PayUCrashReporter.framework/Headers/PayUCRSerializable.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,18 @@ | ||
#import <Foundation/Foundation.h> | ||
|
||
#import "PayUCRDefines.h" | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@protocol PayUCRSerializable <NSObject> | ||
PAYU_CrashReporter_NO_INIT | ||
|
||
/** | ||
* Serialize the contents of the object into an NSDictionary. Make to copy all properties of the | ||
* original object so modifications to it don't have an impact on the serialized NSDictionary. | ||
*/ | ||
- (NSDictionary<NSString *, id> *)serialize; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
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
41 changes: 6 additions & 35 deletions
41
...Reporter.xcframework/ios-arm64/PayUCrashReporter.framework/Headers/PayuCrashReporterSDK.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
Binary file modified
BIN
-15 Bytes
(98%)
PayUCrashReporter.xcframework/ios-arm64/PayUCrashReporter.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
-3.57 MB
(14%)
PayUCrashReporter.xcframework/ios-arm64/PayUCrashReporter.framework/PayUCrashReporter
Binary file not shown.
Oops, something went wrong.