// // ViewDelegate.h // Tentia // // Created by Jeena on 15.04.10. // Licence: BSD (see attached LICENCE.txt file). // #import #import #import "Constants.h" @interface ViewDelegate : NSObject { WebView *timelineView; WebView *mentionsView; WebView *conversationView; WebView *oauthView; } @property (nonatomic, assign) WebView *timelineView; @property (nonatomic, assign) WebView *mentionsView; @property (nonatomic, assign) WebView *conversationView; @property (nonatomic, assign) WebView *oauthView; @end