Skip to content

Commit

Permalink
Added explicit import of Combine to solve errors in clients consuming…
Browse files Browse the repository at this point in the history
… the iOS runtime
  • Loading branch information
duncandoit committed Apr 18, 2022
1 parent 7e6fdaf commit 8b060f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Components/RiveViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import SwiftUI
import Combine

open class RiveViewModel: ObservableObject, RiveTouchDelegate {
/// This can be assigned to already emplaced UIViews or RViews within .xib files or storyboards
Expand Down

0 comments on commit 8b060f7

Please sign in to comment.