renamed most tweet-stuff to tentia
This commit is contained in:
parent
0d49a3b275
commit
3a7c2f612a
362 changed files with 13308 additions and 561 deletions
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// ViewDelegate.h
|
||||
// Twittia 2
|
||||
// Tentia
|
||||
//
|
||||
// Created by Jeena on 15.04.10.
|
||||
// Licence: BSD (see attached LICENCE.txt file).
|
||||
|
@ -13,11 +13,11 @@
|
|||
@interface ViewDelegate : NSObject {
|
||||
WebView *timelineView;
|
||||
WebView *mentionsView;
|
||||
WebView *twittiaOauthView;
|
||||
WebView *oauthView;
|
||||
}
|
||||
|
||||
@property (nonatomic, assign) WebView *timelineView;
|
||||
@property (nonatomic, assign) WebView *mentionsView;
|
||||
@property (nonatomic, assign) WebView *twittiaOauthView;
|
||||
@property (nonatomic, assign) WebView *oauthView;
|
||||
|
||||
@end
|
||||
|
|
Reference in a new issue