2
0
MasterPassword/OnePassword/OPGuideViewController.h
2012-02-02 14:56:09 +01:00

18 lines
319 B
Objective-C

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