1
1
mirror of https://github.com/VKCOM/vk-ios-sdk.git synced 2024-10-26 08:36:24 +03:00
This commit is contained in:
Roman Truba 2016-06-27 15:16:28 +03:00
parent 483b24682f
commit 2a445eafda

View File

@ -22,7 +22,6 @@
// //
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
// //
// Modified by Ruslan Kavetsky
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "VKObject.h" #import "VKObject.h"
@ -57,7 +56,7 @@
/// Indicates time of token creation /// Indicates time of token creation
@property(nonatomic, readonly, assign) NSTimeInterval created; @property(nonatomic, readonly, assign) NSTimeInterval created;
/// Indicates time of token creation /// Contains basic current user information. Available after delegate method -[VKSdkDelegate vkSdkAuthorizationStateUpdatedWithResult:] called
@property(nonatomic, readonly, strong) VKUser *localUser; @property(nonatomic, readonly, strong) VKUser *localUser;
/** /**