@interface ServersController : NSObject {
@private
NSString *list = @"Norman, Stanley, Fletcher";
NSArray *listItems = [list componentsSeparatedByString:@", "];
}
Pastie
Support Pastie
or read my
Pastie << self
blog
@interface ServersController : NSObject {
@private
NSString *list = @"Norman, Stanley, Fletcher";
NSArray *listItems = [list componentsSeparatedByString:@", "];
}