//// IBTFileManager.h// XFFruit//// Created by Xummer on 15/6/15.// Copyright (c) 2015年 Xummer. All rights reserved.//#import "IBTObject.h"@interfaceIBTFileManager:IBTObject+(NSNumber*)sizeForFileAtPath:(NSString*)filePath;+(BOOL)removeFileAtUrl:(NSURL*)filePathUrl;+(BOOL)removeFileAtPath:(NSString*)filePath;+(BOOL)moveFile:(NSURL*)fromPathtoPath:(NSURL*)toPath;@end