19 lines
297 B
Objective-C
19 lines
297 B
Objective-C
//
|
|
// MPSiteQuestionEntity.m
|
|
// MasterPassword-iOS
|
|
//
|
|
// Created by Maarten Billemont on 2014-09-27.
|
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import "MPSiteQuestionEntity.h"
|
|
#import "MPSiteEntity.h"
|
|
|
|
|
|
@implementation MPSiteQuestionEntity
|
|
|
|
@dynamic keyword;
|
|
@dynamic site;
|
|
|
|
@end
|