commit | author | age | ||
3eceb5 | 1 | // |
W | 2 | // VKApiGroups.h |
3 | // sdk | |
4 | // | |
5 | // Created by Roman Truba on 16.07.14. | |
6 | // Copyright (c) 2014 VK. All rights reserved. | |
7 | // | |
8 | ||
9 | #import "VKApiBase.h" | |
10 | ||
11 | @interface VKApiGroups : VKApiBase | |
12 | /** | |
13 | https://vk.com/dev/groups.get | |
14 | @param params use parameters from description with VK_API prefix, e.g. VK_API_GROUP_ID, VK_API_FIELDS | |
15 | @return Request for load | |
16 | */ | |
17 | - (VKRequest *)getById:(NSDictionary *)params; | |
18 | @end |