// // UIView+SnapShot.h // MobileFoundation // // Created by 孟嵩 on 15/11/2. // Copyright © 2015年 Alipay. All rights reserved. // #import @interface UIView (SnapShot) - (UIImage *)snapShot; - (UIImage *)snapShotWithSize:(CGSize)size; @end