Blame view
ios/GameSDKDemo/letsgameDemo/VKSdk.framework/Versions/A/Headers/VKUser.h
7.55 KB
23a302b86
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
// // VKUser.h // // Copyright (c) 2014 VK.com // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, including without limitation the rights to // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of // the Software, and to permit persons to whom the Software is furnished to do so, // subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR // COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #import <Foundation/Foundation.h> #import "VKApiObject.h" #import "VKApiObjectArray.h" #import "VKAudio.h" #import "VKCounters.h" #import "VKPhoto.h" #import "VKSchool.h" #import "VKUniversity.h" #import "VKRelative.h" @interface VKGeoObject : VKApiObject @property(nonatomic, strong) NSNumber *id; @property(nonatomic, strong) NSString *title; @end @interface VKCity : VKGeoObject @end @interface VKCountry : VKGeoObject @end @interface VKPersonal : VKObject @property(nonatomic, strong) NSArray *langs; @property(nonatomic, strong) NSNumber *political; @property(nonatomic, strong) NSString *religion; @property(nonatomic, strong) NSNumber *life_main; @property(nonatomic, strong) NSNumber *people_main; @property(nonatomic, strong) NSString *inspired_by; @property(nonatomic, strong) NSNumber *smoking; @property(nonatomic, strong) NSNumber *alcohol; @end /** User type of VK API. See descriptions here https://vk.com/dev/fields */ @interface VKBanInfo : VKApiObject /// идентификатор администратора, который добавил пользователя в черный список; @property(nonatomic, strong) NSNumber *admin_id; /// дата добавления пользователя в черный список; @property(nonatomic, strong) NSNumber *date; /// причина добавления пользователя в черный список; @property(nonatomic, strong) NSNumber *reason; /// текст комментария @property(nonatomic, strong) NSString *comment; /// дата, когда пользователь будет разбанен. @property(nonatomic, strong) NSNumber *end_date; @end @interface VKLastSeen : VKApiObject @property(nonatomic, strong) NSNumber *time; @property(nonatomic, strong) NSNumber *platform; @end @interface VKExports : VKApiObject @property(nonatomic, strong) NSNumber *twitter; @property(nonatomic, strong) NSNumber *facebook; @property(nonatomic, strong) NSNumber *livejournal; @property(nonatomic, strong) NSNumber *instagram; @end @interface VKUser : VKApiObject @property(nonatomic, strong) NSNumber *id; @property(nonatomic, strong) NSString *first_name; @property(nonatomic, strong) NSString *last_name; @property(nonatomic, strong) NSString *first_name_acc; @property(nonatomic, strong) NSString *last_name_acc; @property(nonatomic, strong) NSString *first_name_gen; @property(nonatomic, strong) NSString *last_name_gen; @property(nonatomic, strong) NSString *first_name_dat; @property(nonatomic, strong) NSString *last_name_dat; @property(nonatomic, strong) NSString *first_name_ins; @property(nonatomic, strong) NSString *last_name_ins; @property(nonatomic, strong) VKPersonal *personal; @property(nonatomic, strong) NSNumber *sex; @property(nonatomic, strong) NSNumber *invited_by; @property(nonatomic, strong) NSNumber *online; @property(nonatomic, strong) NSString *bdate; @property(nonatomic, strong) VKCity *city; @property(nonatomic, strong) VKCountry *country; @property(nonatomic, strong) NSMutableArray *lists; @property(nonatomic, strong) NSString *screen_name; @property(nonatomic, strong) NSNumber *has_mobile; @property(nonatomic, strong) NSNumber *rate; @property(nonatomic, strong) NSString *mobile_phone; @property(nonatomic, strong) NSString *home_phone; @property(nonatomic, assign) BOOL can_post; @property(nonatomic, assign) BOOL can_see_all_posts; @property(nonatomic, strong) NSString *status; @property(nonatomic, strong) VKAudio *status_audio; @property(nonatomic, assign) bool status_loaded; @property(nonatomic, strong) VKLastSeen *last_seen; @property(nonatomic, strong) NSNumber *relation; @property(nonatomic, strong) VKUser *relation_partner; @property(nonatomic, strong) VKCounters *counters; @property(nonatomic, strong) NSString *nickname; @property(nonatomic, strong) VKExports *exports; @property(nonatomic, strong) NSNumber *wall_comments; @property(nonatomic, assign) BOOL can_write_private_message; @property(nonatomic, strong) NSString *phone; @property(nonatomic, strong) NSNumber *online_mobile; @property(nonatomic, strong) NSNumber *faculty; @property(nonatomic, strong) NSNumber *university; @property(nonatomic, strong) VKUniversities *universities; @property(nonatomic, strong) VKSchools *schools; @property(nonatomic, strong) NSNumber *graduation; @property(nonatomic, strong) NSNumber *friendState; @property(nonatomic, strong) NSString *faculty_name; @property(nonatomic, strong) NSString *university_name; @property(nonatomic, strong) NSString *books; @property(nonatomic, strong) NSString *games; @property(nonatomic, strong) NSString *interests; @property(nonatomic, strong) NSString *movies; @property(nonatomic, strong) NSString *tv; @property(nonatomic, strong) NSString *about; @property(nonatomic, strong) NSString *music; @property(nonatomic, strong) NSString *quoutes; @property(nonatomic, strong) NSString *activities; @property(nonatomic, strong) NSString *photo_max; @property(nonatomic, strong) NSString *photo_50; @property(nonatomic, strong) NSString *photo_100; @property(nonatomic, strong) NSString *photo_200; @property(nonatomic, strong) NSString *photo_200_orig; @property(nonatomic, strong) NSString *photo_400_orig; @property(nonatomic, strong) NSString *photo_max_orig; @property(nonatomic, strong) VKPhotoArray *photos; @property(nonatomic, strong) NSNumber *photos_count; @property(nonatomic, strong) VKRelativities *relatives; @property(nonatomic, assign) NSTimeInterval bdateIntervalSort; @property(nonatomic, strong) NSNumber *verified; @property(nonatomic, strong) NSString *deactivated; @property(nonatomic, strong) NSString *site; @property(nonatomic, strong) NSString *home_town; @property(nonatomic, strong) NSNumber *blacklisted; @property(nonatomic, strong) NSNumber *blacklisted_by_me; @property(nonatomic, strong) NSString *twitter; @property(nonatomic, strong) NSString *skype; @property(nonatomic, strong) NSString *facebook; @property(nonatomic, strong) NSString *livejournal; @property(nonatomic, strong) NSString *wall_default; /// Для метода account.lookupContacts @property(nonatomic, strong) NSString *contact; @property(nonatomic, strong) NSNumber *request_sent; @property(nonatomic, strong) NSNumber *common_count; /// Для метода groups.getBanned @property(nonatomic, strong) VKBanInfo *ban_info; /// audio.get @property(nonatomic, strong) NSString *name; @property(nonatomic, strong) NSString *name_gen; // getSubscriptions @property(nonatomic, strong) NSNumber *followers_count; @end /** Array of API users */ @interface VKUsersArray : VKApiObjectArray @end |