| 1234567891011121314151617181920 |
- //
- // AQTool.h
- // Picture
- //
- // Created by aiqing on 16/1/10.
- // Copyright © 2016年 aiqing. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface AQTool : NSObject
- /**
- * @brief 浏览头像
- *
- * @param oldImageView 头像所在的imageView
- */
- +(void)showImage:(UIImageView*)avatarImageView;
- @end
|