2
0
MasterPassword/OnePassword/OPGuideViewController.h

18 lines
319 B
C
Raw Normal View History

2012-02-02 13:56:09 +00:00
//
// 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