9c875d4311
[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.
17 lines
264 B
Objective-C
17 lines
264 B
Objective-C
//
|
|
// MPElementStoredEntity.m
|
|
// MasterPassword-iOS
|
|
//
|
|
// Created by Maarten Billemont on 11/06/12.
|
|
// Copyright (c) 2012 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import "MPElementStoredEntity.h"
|
|
|
|
|
|
@implementation MPElementStoredEntity
|
|
|
|
@dynamic contentObject;
|
|
|
|
@end
|