Guest User

ViewController.h

a guest
Apr 8th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @class CrystalBall;
  2.  
  3. @interface ViewController : UIViewController
  4. @property (strong, nonatomic) IBOutlet UILabel *predictionLabel;
  5. @property(strong, nonatomic) CrystalBall *crystalBall;
  6. @property (strong, nonatomic) IBOutlet UIImageView *backgroundImageView;
  7.  
  8. - (void) makePrediction;
  9.  
  10. @end
Advertisement
Add Comment
Please, Sign In to add comment