16 lines
256 B
Mathematica
16 lines
256 B
Mathematica
|
//
|
||
|
// MPStoredSiteEntity.m
|
||
|
// MasterPassword-Mac
|
||
|
//
|
||
|
// Created by Maarten Billemont on 2014-09-21.
|
||
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "MPStoredSiteEntity.h"
|
||
|
|
||
|
@implementation MPStoredSiteEntity
|
||
|
|
||
|
@dynamic contentObject;
|
||
|
|
||
|
@end
|