changed mac version to 1 window
This commit is contained in:
parent
7e89dcd3a1
commit
b9563e1ebb
8 changed files with 39 additions and 145 deletions
|
@ -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
|
||||
|
|
Reference in a new issue