/iPhoneSample/Frameworks/FSKit.framework/Versions/A/Headers/FSKUserResponse.h
http://fskit.googlecode.com/ · C++ Header · 21 lines · 9 code · 5 blank · 7 comment · 0 complexity · 09c00469396d9c98aa067d611aa35575 MD5 · raw file
- //
- // FSKUserResponse.h
- // FSKit
- //
- // Created by Logan Allred on 8/24/08.
- // Copyright 2008 RedBugz Software. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "FSKResponse.h"
- @interface FSKUserResponse : FSKResponse {
- NSArray *requestedIds; // of NSString
- NSArray *users; // of FSKUser
- }
- - (id)initWithData:(NSData *)data;
- - (NSArray *)userList;
- @end