Skip to content

Commit

Permalink
fix: ViewModel in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlprogrammist committed Jan 26, 2023
1 parent 14f626f commit cd9d589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions Sources/EmojiPicker/ViewModel/EmojiPickerViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

import Foundation

/// Protocol for a ViewModel which is being used in `EmojiPickerViewController`.
protocol EmojiPickerViewModelProtocol {
/// The observed variable that is responsible for the choice of emoji.
Expand Down

0 comments on commit cd9d589

Please sign in to comment.