2014-09-21 14:49:57 +00:00
|
|
|
//
|
|
|
|
// MPStoredSiteEntity.h
|
|
|
|
// MasterPassword-Mac
|
|
|
|
//
|
|
|
|
// Created by Maarten Billemont on 2014-09-21.
|
|
|
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <CoreData/CoreData.h>
|
|
|
|
#import "MPSiteEntity.h"
|
|
|
|
|
|
|
|
|
|
|
|
@interface MPStoredSiteEntity : MPSiteEntity
|
|
|
|
|
2014-09-27 05:27:05 +00:00
|
|
|
@property (nonatomic, retain) NSData *contentObject;
|
2014-09-21 14:49:57 +00:00
|
|
|
|
|
|
|
@end
|