Slide 44
Slide 44 text
Intentions
@interface PigLatinIntention ()
@property (weak, nonatomic) IBOutlet UITextField *textField;
@property (weak, nonatomic) IBOutlet UILabel *translatedNameLabel;
@property (weak, nonatomic) IBOutlet PersonContainer* personContainer;
@end
PigLatinIntention.m