// // TumblrData.m // TumblrDownloader // // Created by HonorLee on 16/1/21. // Copyright © 2016年 HonorLee. All rights reserved. // #import "TumblrData.h" @implementation TumblrData @synthesize videoID; @synthesize previewImgURL; @end