Notification+CoreDataClass.h 311 B

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