19 lines
370 B
Objective-C
19 lines
370 B
Objective-C
//
|
|
// MPElementGeneratedEntity.h
|
|
// MasterPassword-iOS
|
|
//
|
|
// Created by Maarten Billemont on 2013-01-29.
|
|
// Copyright (c) 2013 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <CoreData/CoreData.h>
|
|
#import "MPElementEntity.h"
|
|
|
|
|
|
@interface MPElementGeneratedEntity : MPElementEntity
|
|
|
|
@property (nonatomic, retain) NSNumber * counter_;
|
|
|
|
@end
|