TumblrData.m 244 B

1234567891011121314
  1. //
  2. // TumblrData.m
  3. // TumblrDownloader
  4. //
  5. // Created by HonorLee on 16/1/21.
  6. // Copyright © 2016年 HonorLee. All rights reserved.
  7. //
  8. #import "TumblrData.h"
  9. @implementation TumblrData
  10. @synthesize videoID;
  11. @synthesize previewImgURL;
  12. @end