diff --git a/Classes/BITCrashManagerDelegate.h b/Classes/BITCrashManagerDelegate.h index 16bb2e582e..fb3e88f5ca 100644 --- a/Classes/BITCrashManagerDelegate.h +++ b/Classes/BITCrashManagerDelegate.h @@ -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;