TableDirectory+CoreDataClass.m 256 B

12345678910111213
  1. //
  2. // TableDirectory+CoreDataClass.m
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 06/02/17.
  6. // Copyright © 2017 TWS. All rights reserved.
  7. //
  8. #import "TableDirectory+CoreDataClass.h"
  9. #import "TableLocalFile.h"
  10. @implementation TableDirectory
  11. @end