-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
65 changed files
with
131 additions
and
20 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
28 changes: 28 additions & 0 deletions
28
Frameworks/NHNCloudCommon.framework/Headers/NHNCloudBlockQueueWorker.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,28 @@ | ||
// | ||
// NHNCloudPurchaseBlockQueueWorker.h | ||
// NHNCloudIAP | ||
// | ||
// Created by HyupM1 on 2023/07/03. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface NHNCloudBlockQueueWorker : NSObject | ||
|
||
@property (nonatomic, readonly, getter=isExecuting) BOOL executing; | ||
@property (nonatomic, readonly) NSTimeInterval lastExecuteTime; | ||
|
||
- (instancetype)initWithQueueCapacity:(int)queueCapacity; | ||
|
||
- (void)addObject:(id)object; | ||
|
||
- (void)resume; | ||
- (void)suspend; | ||
|
||
- (void)clear; | ||
- (NSUInteger)count; | ||
@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 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.
Binary file not shown.
Binary file not shown.
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
28 changes: 28 additions & 0 deletions
28
...mework/ios-arm64_armv7_armv7s/NHNCloudCommon.framework/Headers/NHNCloudBlockQueueWorker.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,28 @@ | ||
// | ||
// NHNCloudPurchaseBlockQueueWorker.h | ||
// NHNCloudIAP | ||
// | ||
// Created by HyupM1 on 2023/07/03. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface NHNCloudBlockQueueWorker : NSObject | ||
|
||
@property (nonatomic, readonly, getter=isExecuting) BOOL executing; | ||
@property (nonatomic, readonly) NSTimeInterval lastExecuteTime; | ||
|
||
- (instancetype)initWithQueueCapacity:(int)queueCapacity; | ||
|
||
- (void)addObject:(id)object; | ||
|
||
- (void)resume; | ||
- (void)suspend; | ||
|
||
- (void)clear; | ||
- (NSUInteger)count; | ||
@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
+0 Bytes
(100%)
...rks/NHNCloudCommon.xcframework/ios-arm64_armv7_armv7s/NHNCloudCommon.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+136 KB
(100%)
...NHNCloudCommon.xcframework/ios-arm64_armv7_armv7s/NHNCloudCommon.framework/NHNCloudCommon
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
28 changes: 28 additions & 0 deletions
28
...s-arm64_i386_x86_64-simulator/NHNCloudCommon.framework/Headers/NHNCloudBlockQueueWorker.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,28 @@ | ||
// | ||
// NHNCloudPurchaseBlockQueueWorker.h | ||
// NHNCloudIAP | ||
// | ||
// Created by HyupM1 on 2023/07/03. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface NHNCloudBlockQueueWorker : NSObject | ||
|
||
@property (nonatomic, readonly, getter=isExecuting) BOOL executing; | ||
@property (nonatomic, readonly) NSTimeInterval lastExecuteTime; | ||
|
||
- (instancetype)initWithQueueCapacity:(int)queueCapacity; | ||
|
||
- (void)addObject:(id)object; | ||
|
||
- (void)resume; | ||
- (void)suspend; | ||
|
||
- (void)clear; | ||
- (NSUInteger)count; | ||
@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
Oops, something went wrong.