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