ZPMember *ardiefox = [[ZPMember alloc] initWithName:@"Ardie Hyun Hwang"];[ardiefox setTerm:20];[ardiefox setArticlesWIP:@[ [[ZPWikiArticle alloc] initWithTitle:@"FreeBSD"], [[ZPWikiArticle alloc] initWithTitle:@"Objective-C"], [[ZPWikiArticle alloc] initWithTitle:@"Swiftercalifragilisticexpialidocious"],]];[ardiefox kill]; // yay!








