Skip to content

Commit

Permalink
feat: public initializer for FavoriteList
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Nov 3, 2024
1 parent 7c88c46 commit 8a803ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/VRCKit/Models/Favorite/FavoriteListModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Created by makinosp on 2024/10/06.
//

import MemberwiseInit

@MemberwiseInit(.public)
public struct FavoriteList: Sendable, Identifiable {
public let id: String
public let favorites: [Favorite]
Expand Down

0 comments on commit 8a803ce

Please sign in to comment.