-
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.
Merge pull request #4 from azerion/release/v2.0.0
Release/v2.0.0-preview.1
- Loading branch information
Showing
13 changed files
with
80 additions
and
7 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
27 changes: 27 additions & 0 deletions
27
ImproveDigital.xcframework/ios-arm64/ImproveDigital.framework/Headers/IMDAdNetworkStatus.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,27 @@ | ||
// | ||
// IMDAdNetworkStatus.h | ||
// ImproveDigital | ||
// | ||
// Created by Nagib Bin Azad on 17/2/23. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
typedef NS_ENUM(NSUInteger, IMDInitializationState) { | ||
IMDInitializationStateNotReady = 0, | ||
IMDInitializationStateReady = 1 | ||
}; | ||
|
||
@interface IMDAdNetworkStatus : NSObject | ||
|
||
@property (nonatomic, strong, readonly) NSString *name; | ||
@property (nonatomic, assign, readonly) IMDInitializationState state; | ||
@property (nonatomic, strong, readonly) NSString *networkDescription; | ||
|
||
+ (instancetype)initializeWithName:(NSString *)name state:(IMDInitializationState)state description:(NSString *)description; | ||
|
||
@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
Binary file modified
BIN
+16.2 KB
(100%)
ImproveDigital.xcframework/ios-arm64/ImproveDigital.framework/ImproveDigital
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...rm64/ImproveDigital.framework/ImproveDigitalResources.bundle/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ImproveDigital.xcframework/ios-arm64/ImproveDigital.framework/Info.plist
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
...ramework/ios-arm64_x86_64-simulator/ImproveDigital.framework/Headers/IMDAdNetworkStatus.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,27 @@ | ||
// | ||
// IMDAdNetworkStatus.h | ||
// ImproveDigital | ||
// | ||
// Created by Nagib Bin Azad on 17/2/23. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
typedef NS_ENUM(NSUInteger, IMDInitializationState) { | ||
IMDInitializationStateNotReady = 0, | ||
IMDInitializationStateReady = 1 | ||
}; | ||
|
||
@interface IMDAdNetworkStatus : NSObject | ||
|
||
@property (nonatomic, strong, readonly) NSString *name; | ||
@property (nonatomic, assign, readonly) IMDInitializationState state; | ||
@property (nonatomic, strong, readonly) NSString *networkDescription; | ||
|
||
+ (instancetype)initializeWithName:(NSString *)name state:(IMDInitializationState)state description:(NSString *)description; | ||
|
||
@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
Binary file modified
BIN
+31.6 KB
(100%)
...oveDigital.xcframework/ios-arm64_x86_64-simulator/ImproveDigital.framework/ImproveDigital
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ImproveDigital.xcframework/ios-arm64_x86_64-simulator/ImproveDigital.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ramework/ios-arm64_x86_64-simulator/ImproveDigital.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ork/ios-arm64_x86_64-simulator/ImproveDigital.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
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