mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 07:00:49 +00:00
Mark deprecated delegates as deprecated
And not only mention it in the documentation
This commit is contained in:
parent
ddb8b69ada
commit
1e053cf91e
@ -63,7 +63,7 @@
|
||||
@warning When returning a non nil value, crash reports are not anonymous any
|
||||
more and the alerts will not show the "anonymous" word!
|
||||
*/
|
||||
-(NSString *)userNameForCrashManager:(BITCrashManager *)crashManager;
|
||||
-(NSString *)userNameForCrashManager:(BITCrashManager *)crashManager DEPRECATED_ATTRIBUTE;
|
||||
|
||||
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
@warning When returning a non nil value, crash reports are not anonymous any
|
||||
more and the alerts will not show the "anonymous" word!
|
||||
*/
|
||||
-(NSString *)userEmailForCrashManager:(BITCrashManager *)crashManager;
|
||||
-(NSString *)userEmailForCrashManager:(BITCrashManager *)crashManager DEPRECATED_ATTRIBUTE;
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user