1234567891011121314151617181920212223 |
- //
- // 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
|