diff --git a/library/Source/VKAuthorizationResult.h b/library/Source/VKAuthorizationResult.h index 08bf067..ba0395e 100644 --- a/library/Source/VKAuthorizationResult.h +++ b/library/Source/VKAuthorizationResult.h @@ -6,8 +6,10 @@ // Copyright © 2015 VK. All rights reserved. // -#import +#import "VKAccessToken.h" +#import "VKError.h" @interface VKAuthorizationResult : VKObject - +@property (nonatomic, strong) VKAccessToken *token; +@property (nonatomic, strong) VKError *error; @end