// // TableAccount+CoreDataClass.h // Nextcloud // // Created by Marino Faggiana on 17/02/17. // Copyright © 2017 TWS. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface TableAccount : NSManagedObject @end NS_ASSUME_NONNULL_END #import "TableAccount+CoreDataProperties.h"