#import "RecipeBookViewController.h"
#import "RecipeDetailViewController.h"
#import "RecipeIngredientViewController.h"
#import "RecipeInstructionViewController.h"
#import "Recipe.h"
@interface RecipeBookViewController ()
@end
@implementation RecipeBookViewController {
NSArray *recipes;
}
@synthesize tableView = _tableView;
- (void)viewDidLoad
{
[super viewDidLoad];
}
无论如何,我是否可以为启动屏幕添加一秒钟以显示更长的时间?我将在哪里添加代码?