2
0
MasterPassword/MasterPassword/ObjC/MPElementGeneratedEntity.h

18 lines
367 B
C
Raw Normal View History

//
2012-02-05 22:18:38 +01:00
// 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>
2012-02-05 22:18:38 +01:00
#import "MPElementEntity.h"
2012-02-05 22:18:38 +01:00
@interface MPElementGeneratedEntity : MPElementEntity
2013-04-20 14:11:19 -04:00
@property(nonatomic, retain) NSNumber *counter_;
@end