2
0
MasterPassword/platform-darwin/Source/MPSiteEntity+CoreDataClass.m
2017-05-01 18:32:52 -04:00

17 lines
327 B
Objective-C

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