Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @interface AccelTestViewController : UIViewController <CLLocationManagerDelegate> {
  2. CLLocationManager *manager;
  3. IBOutlet UILabel* value1_;
  4. IBOutlet UILabel* value2_;
  5. IBOutlet UILabel* value3_;
  6. IBOutlet UILabel* value4_;
  7. IBOutlet UILabel* value5_;
  8. IBOutlet UIView* redView_;
  9. }
Add Comment
Please, Sign In to add comment