Merge commit 'b715cc1f0fc52cdad1f951a10770aa8c522d107f'

This commit is contained in:
Ali
2022-04-06 21:45:11 +04:00
2 changed files with 4 additions and 24 deletions

View File

@@ -768,6 +768,10 @@ public class AttachmentController: ViewController {
}
}
deinit {
print()
}
public required init(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}