TableCertificates+CoreDataProperties.h 435 B

12345678910111213141516171819202122
  1. //
  2. // TableCertificates+CoreDataProperties.h
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 17/02/17.
  6. // Copyright © 2017 TWS. All rights reserved.
  7. //
  8. #import "TableCertificates+CoreDataClass.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TableCertificates (CoreDataProperties)
  11. + (NSFetchRequest<TableCertificates *> *)fetchRequest;
  12. @property (nullable, nonatomic, copy) NSString *certificateLocation;
  13. @end
  14. NS_ASSUME_NONNULL_END