// // ThesaurusName.m // // Created by tederen on 16/11/19 // Copyright © 2019 tederen. All rights reserved. // #import "ThesaurusName.h" @implementation ThesaurusName //#pragma mark:- Constructor // //-(instancetype)initWithDictionary:(NSDictionary*)aDictionary; { // self = [super init]; // if(self) { // } // return self; // } @end