Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @class CrystalBall;
- @interface ViewController : UIViewController
- @property (strong, nonatomic) IBOutlet UILabel *predictionLabel;
- @property(strong, nonatomic) CrystalBall *crystalBall;
- @property (strong, nonatomic) IBOutlet UIImageView *backgroundImageView;
- - (void) makePrediction;
- @end
Advertisement
Add Comment
Please, Sign In to add comment