시그니처 ON/OFF 버튼 추가

This commit is contained in:
Yu Sung
2024-05-02 14:45:54 +09:00
parent 3d625a4fa0
commit 86f0d466fa
4 changed files with 45 additions and 4 deletions

View File

@@ -119,6 +119,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject {
@Published var noticeViewHeight: CGFloat = UIFont.systemFontSize
@Published var isBgOn = true
@Published var isSignatureOn = true
@Published var donationStatus: GetLiveRoomDonationStatusResponse?
@Published private(set) var offset: CGFloat = 0