21 lines
404 B
C
21 lines
404 B
C
|
//
|
||
|
// MPGeneratedSiteEntity+CoreDataClass.h
|
||
|
// MasterPassword-iOS
|
||
|
//
|
||
|
// Created by Maarten Billemont on 2017-04-30.
|
||
|
// Copyright © 2017 Lyndir. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import "MPSiteEntity+CoreDataClass.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MPGeneratedSiteEntity : MPSiteEntity
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|
||
|
|
||
|
#import "MPGeneratedSiteEntity+CoreDataProperties.h"
|