// // Created by Jake Lin on 12/14/15. // Copyright © 2015 IBAnimatable. All rights reserved. // import UIKit open class DismissSegue: UIStoryboardSegue { open override func perform() { source.dismiss(animated: true, completion: nil) } }