15 lines
279 B
Mathematica
15 lines
279 B
Mathematica
|
//
|
||
|
// MPUserEntity+CoreDataClass.m
|
||
|
// MasterPassword-iOS
|
||
|
//
|
||
|
// Created by Maarten Billemont on 2017-04-30.
|
||
|
// Copyright © 2017 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "MPUserEntity+CoreDataClass.h"
|
||
|
#import "MPSiteEntity+CoreDataClass.h"
|
||
|
|
||
|
@implementation MPUserEntity
|
||
|
|
||
|
@end
|