2
0
Fork 0
MasterPassword/OnePassword/OPSaltedCipherViewController.h

16 lines
316 B
Objective-C

//
// OPSaltedCipherViewController.h
// OnePassword
//
// Created by Maarten Billemont on 30/11/11.
// Copyright (c) 2011 Lyndir. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OPSaltedCipherViewController : UITableViewController
@property(nonatomic,retain) IBOutlet UITableView *tableView;
@end