mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Changed indentation to 2 spaces for all files.
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface PSWebTableViewCell : UITableViewCell <UIWebViewDelegate> {
|
||||
UIWebView *webView_;
|
||||
NSString *webViewContent_;
|
||||
CGSize webViewSize_;
|
||||
|
||||
UIColor *cellBackgroundColor_;
|
||||
UIWebView *webView_;
|
||||
NSString *webViewContent_;
|
||||
CGSize webViewSize_;
|
||||
|
||||
UIColor *cellBackgroundColor_;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) UIWebView *webView;
|
||||
|
||||
Reference in New Issue
Block a user