mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Convert to ARC
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
|
||||
@interface BITWebTableViewCell : UITableViewCell <UIWebViewDelegate>
|
||||
|
||||
@property (nonatomic, retain) UIWebView *webView;
|
||||
@property (nonatomic, strong) UIWebView *webView;
|
||||
@property (nonatomic, copy) NSString *webViewContent;
|
||||
@property (nonatomic, assign) CGSize webViewSize;
|
||||
@property (nonatomic, retain) UIColor *cellBackgroundColor;
|
||||
@property (nonatomic, strong) UIColor *cellBackgroundColor;
|
||||
|
||||
- (void)addWebView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user