ObjUrlData.m 234 B

1234567891011121314
  1. //
  2. // ObjUrlData.m
  3. // wq
  4. //
  5. // Created by berwin on 13-7-22.
  6. // Copyright (c) 2013年 Weqia. All rights reserved.
  7. //
  8. #import "ObjUrlData.h"
  9. @implementation ObjUrlData
  10. @synthesize url,id,createDate,mime,name,type,fileSize;
  11. @end