try former.framework

This commit is contained in:
Bob Sun 2017-01-24 16:57:38 +08:00
parent 73033c1835
commit 4a858c3596
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
5 changed files with 42 additions and 38 deletions

View file

@ -0,0 +1,16 @@
//
// SSHKeySettingFormViewController.swift
// pass
//
// Created by Mingshen Sun on 24/1/2017.
// Copyright © 2017 Bob Sun. All rights reserved.
//
import Former
class SSHKeySettingFormViewController: FormViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}