restructure file organization

This commit is contained in:
Bob Sun 2017-02-08 19:57:07 +08:00
parent 7effaa841a
commit 910660ede3
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
19 changed files with 52 additions and 20 deletions

View file

@ -1,26 +0,0 @@
//
// PasswordDetailTitleTableViewCell.swift
// pass
//
// Created by Mingshen Sun on 6/2/2017.
// Copyright © 2017 Bob Sun. All rights reserved.
//
import UIKit
class PasswordDetailTitleTableViewCell: UITableViewCell {
@IBOutlet weak var categoryLabel: UILabel!
@IBOutlet weak var nameLabel: UILabel!
@IBOutlet weak var passwordImageImageView: UIImageView!
override func awakeFromNib() {
super.awakeFromNib()
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
// Configure the view for the selected state
}
}