2
0
MasterPassword/MasterPassword/ObjC/MPElementStoredEntity.h

19 lines
361 B
C
Raw Normal View History

//
2012-02-05 21:18:38 +00:00
// MPElementStoredEntity.h
// MasterPassword-iOS
//
// Created by Maarten Billemont on 2013-01-29.
// Copyright (c) 2013 Lyndir. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
2012-02-05 21:18:38 +00:00
#import "MPElementEntity.h"
2012-02-05 21:18:38 +00:00
@interface MPElementStoredEntity : MPElementEntity
@property (nonatomic, retain) id contentObject;
@end