mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Cleanup
This commit is contained in:
parent
7512f7f017
commit
a23deded22
109 changed files with 376 additions and 68 deletions
|
|
@ -11,6 +11,9 @@ objc_library(
|
|||
includes = [
|
||||
"Sources",
|
||||
],
|
||||
copts = [
|
||||
"-Werror",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ static bool ProgressWindowIsLight = true;
|
|||
[self dismiss:animated completion:nil];
|
||||
}
|
||||
|
||||
- (void)dismiss:(bool)animated completion:(void (^)())completion
|
||||
- (void)dismiss:(bool)animated completion:(void (^)(void))completion
|
||||
{
|
||||
if (animated)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -117,8 +117,6 @@ static void drawSvgPath(CGContextRef context, NSString *path) {
|
|||
}
|
||||
}
|
||||
|
||||
static bool ProxyWindowIsLight = true;
|
||||
|
||||
@interface ProxySpinnerView : UIView
|
||||
|
||||
@property (nonatomic, copy) void (^onSuccess)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue