[playButton addTarget: self action: @selector(play) forControlEvents: UIControlEventTouchUpInside];
[_flobButton setImage:[UIImage imageNamed: @"greezole"] forState: UIControlStateNormal];
[_rejectButton setTitle: @"My Spoon is Too Big" forState: UIControlStateNormal];
[self.z1Button setTitleColor: [UIColor blackColor] forState: UIControlStateNormal];