bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/Headers/UIView+SnapShot.h

15 lines
267 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// UIView+SnapShot.h
// MobileFoundation
//
// Created by 孟嵩 on 15/11/2.
// Copyright © 2015年 Alipay. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (SnapShot)
- (UIImage *)snapShot;
- (UIImage *)snapShotWithSize:(CGSize)size;
@end