My favorites | Sign in
Project Home Downloads Wiki Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 1 attachment: Client.h (228 bytes)

1
2
3
4
5
6
7
8
9
10
11
#import <Foundation/Foundation.h>
@interface Client:NSObject{
int code;
NSString* name;
}
-(void) print;
-(void) setCode:(int) _code;
-(int) getCode;
-(void) setName:(NSString*) _name;
-(NSString*) getName;
@end
Powered by Google Project Hosting