12345678910111213141516171819202122 |
- //
- // TableLocalFile+CoreDataClass.h
- // Nextcloud
- //
- // Created by Marino Faggiana on 06/02/17.
- // Copyright © 2017 TWS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <CoreData/CoreData.h>
- @class TableDirectory;
- NS_ASSUME_NONNULL_BEGIN
- @interface TableLocalFile : NSManagedObject
- @end
- NS_ASSUME_NONNULL_END
- #import "TableLocalFile+CoreDataProperties.h"
|