ThesaurusName.m 354 B

1234567891011121314151617181920212223
  1. //
  2. // ThesaurusName.m
  3. //
  4. // Created by tederen on 16/11/19
  5. // Copyright © 2019 tederen. All rights reserved.
  6. //
  7. #import "ThesaurusName.h"
  8. @implementation ThesaurusName
  9. //#pragma mark:- Constructor
  10. //
  11. //-(instancetype)initWithDictionary:(NSDictionary*)aDictionary; {
  12. // self = [super init];
  13. // if(self) {
  14. // }
  15. // return self;
  16. // }
  17. @end