// // OPGuideViewController.h // OnePassword // // Created by Maarten Billemont on 30/01/12. // Copyright (c) 2012 Lyndir. All rights reserved. // #import @interface OPGuideViewController : UIViewController @property (weak, nonatomic) IBOutlet UIScrollView *scrollView; - (IBAction)close; @end