2012-01-19 17:40:39 +01:00
|
|
|
//
|
2012-02-05 22:18:38 +01:00
|
|
|
// MPElementGeneratedEntity.h
|
2012-06-04 11:27:02 +02:00
|
|
|
// MasterPassword-iOS
|
2012-01-19 17:40:39 +01:00
|
|
|
//
|
2012-08-19 09:34:49 +02:00
|
|
|
// Created by Maarten Billemont on 2012-08-19.
|
2012-01-19 17:40:39 +01:00
|
|
|
// Copyright (c) 2012 Lyndir. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <CoreData/CoreData.h>
|
2012-02-05 22:18:38 +01:00
|
|
|
#import "MPElementEntity.h"
|
2012-01-19 17:40:39 +01:00
|
|
|
|
|
|
|
|
2012-02-05 22:18:38 +01:00
|
|
|
@interface MPElementGeneratedEntity : MPElementEntity
|
2012-01-19 17:40:39 +01:00
|
|
|
|
2012-06-11 16:15:49 +02:00
|
|
|
@property (nonatomic, retain) NSNumber * counter_;
|
2012-01-19 17:40:39 +01:00
|
|
|
|
|
|
|
@end
|