16 lines
265 B
Objective-C
16 lines
265 B
Objective-C
//
|
|
// MPElementStoredEntity.m
|
|
// MasterPassword-iOS
|
|
//
|
|
// Created by Maarten Billemont on 2013-01-29.
|
|
// Copyright (c) 2013 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import "MPElementStoredEntity.h"
|
|
|
|
@implementation MPElementStoredEntity
|
|
|
|
@dynamic contentObject;
|
|
|
|
@end
|