// // StoredViewController.m // TumblrDownloader // // Created by HonorLee on 16/1/15. // Copyright © 2016年 HonorLee. All rights reserved. // #import "StoredViewController.h" @interface StoredViewController () @end @implementation StoredViewController - (void)viewDidLoad { [super viewDidLoad]; // Uncomment the following line to preserve selection between presentations. // self.clearsSelectionOnViewWillAppear = NO; // Uncomment the following line to display an Edit button in the navigation bar for this view controller. // self.navigationItem.rightBarButtonItem = self.editButtonItem; // self.tabBarItem } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } @end