// // ObjUrlData.m // wq // // Created by berwin on 13-7-22. // Copyright (c) 2013年 Weqia. All rights reserved. // #import "ObjUrlData.h" @implementation ObjUrlData @synthesize url,id,createDate,mime,name,type,fileSize; @end