Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Project Mane/Resources/Artist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
</objects>
</document>
10 changes: 10 additions & 0 deletions Project Mane/Resources/IndividualInfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
</objects>
</document>
10 changes: 10 additions & 0 deletions Project Mane/Resources/User.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
</objects>
</document>
19 changes: 2 additions & 17 deletions Project Mane/Source/Model/Artist.swift
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
//
// Aritist.swift
// Artist.swift
// Project Mane
//
// Created by Junggyun Oh on 2020/07/18.
// Created by 김창영 on 2020/07/20.
// Copyright © 2020 OJK. All rights reserved.
//

import Foundation

struct Artist {
let name: String
let nickname: String
let age: Int
let sex: Sex
let email: String
let bankAccount: String

let id: String
let password: String

let selfIntroduction: String
let liked: Int
}
9 changes: 9 additions & 0 deletions Project Mane/Source/Model/File.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// File.swift
// Project Mane
//
// Created by 김창영 on 2020/07/20.
// Copyright © 2020 OJK. All rights reserved.
//

import Foundation
9 changes: 9 additions & 0 deletions Project Mane/Source/Model/IndividualInfo.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// IndividualInfo.swift
// Project Mane
//
// Created by 김창영 on 2020/07/20.
// Copyright © 2020 OJK. All rights reserved.
//

import Foundation