mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Clean up some private ivars and methods and move them into their own header files
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#import "HockeySDK.h"
|
||||
#import "HockeySDKPrivate.h"
|
||||
|
||||
#import "BITUpdateManagerPrivate.h"
|
||||
|
||||
|
||||
#define BIT_RGBCOLOR(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1]
|
||||
#define kWebCellIdentifier @"PSWebTableViewCell"
|
||||
|
||||
Reference in New Issue
Block a user