Guest User

Untitled

a guest
May 7th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. my .h file
  2. #import <UIKit/UIKit.h>
  3. #import <AVFoundation/AVFoundation.h>
  4. @interface ViewerApp : UIApplication {
  5.  
  6. }
  7.  
  8. here is my .m file
  9.  
  10. #import "ViewerApp.h"
  11. @implementation ViewerApp
  12.  
  13. -(BOOL)application:(UIApplication *)app didFinishLaunchingWithOptions:(NSDictionary *)in{
  14. NSLog(@"appLaunching");
  15. return YES;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment