// // SideMenuViewController.swift // Vendoo // // Created by Okechi Onyeje on 6/10/16. // Copyright © 2016 Okechi Onyeje. All rights reserved. // import UIKit import SWRevealViewController class SideMenuView: UITableView { /* // MARK: - Navigation // In a storyboard-based application, you will often want to do a little preparation before navigation override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { // Get the new view controller using segue.destinationViewController. // Pass the selected object to the new view controller. } */ }