Initial working password application with types and history.
This commit is contained in:
18
OnePassword/OPElementStoredEntity.h
Normal file
18
OnePassword/OPElementStoredEntity.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// OPElementStoredEntity.h
|
||||
// OnePassword
|
||||
//
|
||||
// Created by Maarten Billemont on 02/01/12.
|
||||
// Copyright (c) 2012 Lyndir. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreData/CoreData.h>
|
||||
#import "OPElementEntity.h"
|
||||
|
||||
|
||||
@interface OPElementStoredEntity : OPElementEntity
|
||||
|
||||
@property (nonatomic, retain) id contentObject;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user