9#import <Foundation/Foundation.h>
10#import <UIKit/UIKit.h>
12NS_ASSUME_NONNULL_BEGIN
22@property (nonatomic, strong, readonly) UIImage *
image;
27@property (nonatomic, assign, readonly)
int version;
32@property (nonatomic, assign, readonly) NSTimeInterval
timestamp;
37@property (nonatomic, assign, readonly) BOOL
changed;
截图结果类
Definition: TNKSnapShotResult.h:18
UIImage * image
截图图像
Definition: TNKSnapShotResult.h:22
NSTimeInterval timestamp
截图时间戳
Definition: TNKSnapShotResult.h:32
BOOL changed
数据是否变更
Definition: TNKSnapShotResult.h:37
int version
版本信息
Definition: TNKSnapShotResult.h:27