changed mac version to 1 window

This commit is contained in:
Jeena Paradies 2013-03-27 10:22:48 +01:00
parent 7e89dcd3a1
commit b9563e1ebb
8 changed files with 39 additions and 145 deletions

View file

@ -11,17 +11,9 @@
#import "Constants.h"
@interface ViewDelegate : NSObject {
WebView *timelineView;
WebView *mentionsView;
WebView *conversationView;
WebView *profileView;
WebView *oauthView;
WebView *timelineView; WebView *oauthView;
}
@property (nonatomic, assign) WebView *timelineView;
@property (nonatomic, assign) WebView *mentionsView;
@property (nonatomic, assign) WebView *conversationView;
@property (nonatomic, assign) WebView *profileView;
@property (nonatomic, assign) WebView *oauthView;
@property (nonatomic, assign) WebView *timelineView;@property (nonatomic, assign) WebView *oauthView;
@end