16 lines
260 B
Mathematica
16 lines
260 B
Mathematica
|
//
|
||
|
// MPGeneratedSiteEntity.m
|
||
|
// MasterPassword-Mac
|
||
|
//
|
||
|
// Created by Maarten Billemont on 2014-09-21.
|
||
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "MPGeneratedSiteEntity.h"
|
||
|
|
||
|
@implementation MPGeneratedSiteEntity
|
||
|
|
||
|
@dynamic counter_;
|
||
|
|
||
|
@end
|