2
0
MasterPassword/MasterPassword/ObjC/MPElementGeneratedEntity.h

19 lines
370 B
C
Raw Normal View History

//
2012-02-05 21:18:38 +00:00
// MPElementGeneratedEntity.h
// MasterPassword-iOS
//
// Created by Maarten Billemont on 2014-09-14.
// Copyright (c) 2014 Lyndir. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
2012-02-05 21:18:38 +00:00
#import "MPElementEntity.h"
2012-02-05 21:18:38 +00:00
@interface MPElementGeneratedEntity : MPElementEntity
@property (nonatomic, retain) NSNumber * counter_;
@end