RSS

(root)/iphone/tappity : 46 : tappity/source/TappityAppDelegate.h

To get this branch, use:
bzr branch /browse/iphone/tappity

« back to all changes in this revision

Viewing changes to tappity/source/TappityAppDelegate.h

Dömötör Gulyás
2009-10-27 01:03:19
Revision ID: dognotdog@gmail.com-20091027000319-1vrkixkgf9lkud6g
adds tappity project

Show diffs side-by-side

added added

removed removed

 
1
//
 
2
//  tappityAppDelegate.h
 
3
//  tappity
 
4
//
 
5
//  Created by döme on 25.10.2009.
 
6
//  Copyright __MyCompanyName__ 2009. All rights reserved.
 
7
//
 
8
 
 
9
#import <UIKit/UIKit.h>
 
10
 
 
11
#import "BonjourBrowser.h"
 
12
 
 
13
@class TappityViewController, BonjourBrowser, TappityClient, TappityView;
 
14
 
 
15
@interface TappityAppDelegate : NSObject <UIApplicationDelegate, BonjourBrowserDelegate>
 
16
{
 
17
    UIWindow*                           window;
 
18
        BonjourBrowser*                 browser;
 
19
    TappityViewController*      viewController;
 
20
        TappityClient*                  tapClient;
 
21
        TappityView*                    tapView;
 
22
}
 
23
 
 
24
@property (nonatomic, retain) IBOutlet UIWindow *window;
 
25
@property (nonatomic, retain) IBOutlet TappityViewController *viewController;
 
26
 
 
27
@end
 
28
 

Loggerhead 1.17 is a web-based interface for Bazaar branches