2
0

YLImageView.h 253 B

123456789101112131415
  1. //
  2. // YLImageView.h
  3. // YLGIFImage
  4. //
  5. // Created by Yong Li on 14-3-2.
  6. // Copyright (c) 2014年 Yong Li. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YLImageView : UIImageView
  10. @property (nonatomic, copy) NSString *runLoopMode;
  11. @end