Skip to content

Commit

Permalink
[Fix/#81] HomeViewCell - 프로퍼티 리네임
Browse files Browse the repository at this point in the history
  • Loading branch information
boyeon0119 committed Jan 14, 2024
1 parent b360908 commit 447aac9
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
// TotalAppUsingTimeDataModel.swift
// HMH_iOS
//
// Created by 김보연 on 1/14/24.
// Created by 김보연 on 1/10/24.
//

import Foundation

struct TotalAppUsingTimeDataModel {
var onboardingTotalGoalTime: Float
var totalAppUsingTime: Float
var progressValue: Float
var isFailed: Bool
}

0 comments on commit 447aac9

Please sign in to comment.