Statistics
| Branch: | Revision:

root / json-framework-3.2.0 / Examples / TweetStream / TweetStream / TweetStreamAppDelegate.h @ 3ebe9884

History | View | Annotate | Download (437 Bytes)

1
//
2
//  TweetStreamAppDelegate.h
3
//  TweetStream
4
//
5
//  Created by Stig Brautaset on 24/05/2011.
6
//  Copyright 2011 Stig Brautaset. All rights reserved.
7
//
8

    
9
#import <UIKit/UIKit.h>
10

    
11
@class TweetStreamViewController;
12

    
13
@interface TweetStreamAppDelegate : NSObject <UIApplicationDelegate> {
14

    
15
}
16

    
17
@property (nonatomic, retain) IBOutlet UIWindow *window;
18

    
19
@property (nonatomic, retain) IBOutlet TweetStreamViewController *viewController;
20

    
21
@end