AQTool.h 348 B

1234567891011121314151617181920
  1. //
  2. // AQTool.h
  3. // Picture
  4. //
  5. // Created by aiqing on 16/1/10.
  6. // Copyright © 2016年 aiqing. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface AQTool : NSObject
  11. /**
  12. * @brief 浏览头像
  13. *
  14. * @param oldImageView 头像所在的imageView
  15. */
  16. +(void)showImage:(UIImageView*)avatarImageView;
  17. @end