17 lines
328 B
Objective-C
17 lines
328 B
Objective-C
//
|
|
// 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
|