Skip to content

Commit

Permalink
Merge pull request #564 from wultra/issues/cocoapods-core-import
Browse files Browse the repository at this point in the history
Apple: Import PowerAuthCore as module in private header
  • Loading branch information
hvge authored Nov 2, 2023
2 parents 4490ce9 + a7db314 commit 2309870
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
*/

#import <PowerAuth2/PowerAuthTimeSynchronizationService.h>
#import <PowerAuthCore/PowerAuthCoreTimeService.h>

#import "PA2GetSystemStatusTask.h"

@import PowerAuthCore;

/// The `PA2TimeSynchronizationService` class provides functionality to synchronize time with the server.
/// The class implements both `PowerAuthTimeSynchronizationService` and `PowerAuthCoreTimeService` protocols.
@interface PA2TimeSynchronizationService : NSObject<PowerAuthTimeSynchronizationService, PowerAuthCoreTimeService>
Expand Down

0 comments on commit 2309870

Please sign in to comment.