2
0
MasterPassword/OnePassword/OPContentViewController.h

17 lines
328 B
C
Raw Normal View History

//
// OPContentViewController.h
// OnePassword
//
// Created by Maarten Billemont on 03/01/12.
// Copyright (c) 2012 Lyndir. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "OPElementEntity.h"
@interface OPContentViewController : UIViewController
@property (nonatomic, weak) OPElementEntity *activeElement;
@end