1
2
3
4
5
@interface ServersController : NSObject {
	@private
	NSString *list = @"Norman, Stanley, Fletcher";
	NSArray *listItems = [list componentsSeparatedByString:@", "];
}