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