Skip to content

Commit

Permalink
OKTA-677650 - Explicitly import UIKit (#169)
Browse files Browse the repository at this point in the history
Explicitly import UIKit
  • Loading branch information
moisesolmedo-okta authored Dec 22, 2023
1 parent 99c870a commit 553e934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import LoggerCore
#else
import OktaLogger
#endif
#if os(iOS)
import UIKit
#endif

class OktaDeviceModelBuilder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
*/

import Foundation
#if SWIFT_PACKAGE
import LoggerCore
#else
import OktaLogger
#endif
@testable import DeviceAuthenticator

class OktaDeviceBindJWTPartialMock: OktaBindJWT {
Expand Down

0 comments on commit 553e934

Please sign in to comment.