Medal+CoreDataClass.h 289 B

12345678910111213141516171819202122
  1. //
  2. // Medal+CoreDataClass.h
  3. //
  4. //
  5. // Created by 翟玉磊 on 2021/7/16.
  6. //
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <CoreData/CoreData.h>
  10. @class User;
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface Medal : NSManagedObject
  13. @end
  14. NS_ASSUME_NONNULL_END
  15. #import "Medal+CoreDataProperties.h"