re-organize settings

This commit is contained in:
Bob Sun 2017-02-09 21:45:31 +08:00
parent acd4f6ae8f
commit 1c95b46252
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
6 changed files with 194 additions and 100 deletions

View file

@ -0,0 +1,17 @@
//
// GeneralSettingsTableViewController.swift
// pass
//
// Created by Mingshen Sun on 9/2/2017.
// Copyright © 2017 Bob Sun. All rights reserved.
//
import UIKit
class GeneralSettingsTableViewController: BasicStaticTableViewController {
override func viewDidLoad() {
navigationItemTitle = "General"
super.viewDidLoad()
}
}