Skip to content

Commit cd9d589

Browse files
fix: ViewModel in SPM
1 parent 14f626f commit cd9d589

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Binary file not shown.

Sources/EmojiPicker/ViewModel/EmojiPickerViewModel.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
// SOFTWARE.
2121

22+
import Foundation
23+
2224
/// Protocol for a ViewModel which is being used in `EmojiPickerViewController`.
2325
protocol EmojiPickerViewModelProtocol {
2426
/// The observed variable that is responsible for the choice of emoji.

0 commit comments

Comments
 (0)