From 2a445eafdabbbdd83051104750027c1f459c3894 Mon Sep 17 00:00:00 2001 From: Roman Truba Date: Mon, 27 Jun 2016 15:16:28 +0300 Subject: [PATCH] Fixed #410 --- library/Source/VKAccessToken.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Source/VKAccessToken.h b/library/Source/VKAccessToken.h index 5f56066..d239a09 100755 --- a/library/Source/VKAccessToken.h +++ b/library/Source/VKAccessToken.h @@ -22,7 +22,6 @@ // // -------------------------------------------------------------------------------- // -// Modified by Ruslan Kavetsky #import #import "VKObject.h" @@ -57,7 +56,7 @@ /// Indicates time of token creation @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; /**