Skip to content

Commit

Permalink
Update with UIKit import
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam committed Oct 10, 2024
1 parent f49ef5a commit 32d6631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/RunveyKit/RunveyKit.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import Foundation
import os

#if canImport(UIKit)
import UIKit
#endif

#if canImport(AppKit)
import AppKit
#endif
Expand Down

0 comments on commit 32d6631

Please sign in to comment.