2
0
MasterPassword/OnePassword/OPElementGeneratedEntity.h

19 lines
349 B
C
Raw Normal View History

//
// OPElementGeneratedEntity.h
// OnePassword
//
// Created by Maarten Billemont on 16/01/12.
// Copyright (c) 2012 Lyndir. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#import "OPElementEntity.h"
@interface OPElementGeneratedEntity : OPElementEntity
@property (nonatomic) int16_t counter;
@end