2
0
MasterPassword/MasterPassword/MPElementEntity.m
Maarten Billemont 9c875d4311 Default password type + new user confirmation.
[ADDED]     User preference for default password type.
[RENAMED]   Secure type to Maximum Security.
[FIXED]     Logging bug in password generation.
[ADDED]     Confirmation popup after new user creation.
2012-06-11 16:15:49 +02:00

23 lines
346 B
Objective-C

//
// MPElementEntity.m
// MasterPassword-iOS
//
// Created by Maarten Billemont on 11/06/12.
// Copyright (c) 2012 Lyndir. All rights reserved.
//
#import "MPElementEntity.h"
#import "MPUserEntity.h"
@implementation MPElementEntity
@dynamic content;
@dynamic lastUsed;
@dynamic name;
@dynamic type_;
@dynamic uses_;
@dynamic user;
@end