mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 05:30:47 +00:00
Use long-form view block initializer for better Swift support
This commit is contained in:
parent
2e5da5599d
commit
1f799a6687
@ -28,7 +28,7 @@
|
|||||||
{
|
{
|
||||||
return [super initWithViewBlock:^UIView *{
|
return [super initWithViewBlock:^UIView *{
|
||||||
return [[ASScrollView alloc] init];
|
return [[ASScrollView alloc] init];
|
||||||
}];
|
} didLoadBlock:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user