mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
make installationIdentification KVO'able
This commit is contained in:
@@ -81,10 +81,11 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error);
|
||||
* to provide better error reporting & analytics. If authenticator is configured to login
|
||||
* (@see BITAuthenticatorValidationType), this identifier is retrieved from HockeyApp. In case
|
||||
* it is disabled, it returns the vendorIdentifier provided by UIKit.
|
||||
* KVO'able
|
||||
*
|
||||
* @return a string identifying this app installation
|
||||
*/
|
||||
- (NSString *) installationIdentification;
|
||||
@property (nonatomic, readonly) NSString *installationIdentification;
|
||||
|
||||
#pragma mark - Authentication
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user