DYAdModel.m 199 B

12345678910111213
  1. //
  2. // DYAdModel.m
  3. // DYAdAlertViewApp
  4. //
  5. // Created by Daniel Yao on 16/12/22.
  6. // Copyright © 2016年 Daniel Yao. All rights reserved.
  7. //
  8. #import "DYAdModel.h"
  9. @implementation DYAdModel
  10. @end