UIView+Snapshot.h 314 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  UIView+Snapshot.h
//  XWTransitionDemo
//
//  Created by 肖文 on 2016/12/16.
//  Copyright © 2016年 wazrx. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIView (Snapshot)

@property (nonatomic, readonly) UIImage *snapshotImage;
@property (nonatomic, strong) UIImage *contentImage;


@end