Initial working password application with types and history.
This commit is contained in:
16
OnePassword/OPContentViewController.h
Normal file
16
OnePassword/OPContentViewController.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user