mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix more warnings
This commit is contained in:
@@ -70,6 +70,16 @@
|
||||
@dynamic thumbnailSignalForItem;
|
||||
@dynamic editingContext;
|
||||
|
||||
- (instancetype)initWithFrame:(CGRect)frame avatar:(bool)avatar hasUltrawideCamera:(bool)hasUltrawideCamera hasTelephotoCamera:(bool)hasTelephotoCamera {
|
||||
self = [super init];
|
||||
if (self != nil) {
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)setResults:(NSArray *)__unused results {
|
||||
}
|
||||
|
||||
#pragma mark - Mode
|
||||
|
||||
- (void)setInterfaceHiddenForVideoRecording:(bool)__unused hidden animated:(bool)__unused animated
|
||||
|
||||
Reference in New Issue
Block a user