Skip to content

Commit

Permalink
[hunnit-log#22] 점수 입력 Row 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongchoyi committed Dec 5, 2020
1 parent 59f7293 commit 810159a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions HunnitLog/HunnitLog/View/Home/ScoreRow.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// ScoreRow.swift
// HunnitLog
//
// Created by 초이 on 2020/12/05.
//

import SwiftUI

struct ScoreRow: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

struct ScoreRow_Previews: PreviewProvider {
static var previews: some View {
ScoreRow()
}
}

0 comments on commit 810159a

Please sign in to comment.