- (NSString *)description

return [NSString stringWithFormat:@"<%@: %p>", self.class, self];

 

return [NSString stringWithFormat:@"<%@: %p> {answer: %@, icon: %@, title: %@, options: %@}", self.class, self, self.answer, self.icon, self.title, self.options];

posted @ 2015-04-09 22:39  Rui.peng  阅读(191)  评论(0编辑  收藏  举报