From 1573781ec787a25bc9675fea9f1d98af8f53525e Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 21 May 2013 20:24:46 -0600 Subject: complete the tab bar example --- MultiViewXIBNav/FirstViewController.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MultiViewXIBNav/FirstViewController.h (limited to 'MultiViewXIBNav/FirstViewController.h') diff --git a/MultiViewXIBNav/FirstViewController.h b/MultiViewXIBNav/FirstViewController.h new file mode 100644 index 0000000..9524f6a --- /dev/null +++ b/MultiViewXIBNav/FirstViewController.h @@ -0,0 +1,13 @@ +// +// FirstViewController.h +// MultiViewXIBNav +// +// Created by mo khan on 2013-05-21. +// Copyright (c) 2013 mo khan. All rights reserved. +// + +#import + +@interface FirstViewController : UIViewController + +@end -- cgit v1.2.3