More tests, all but 1 passing

This commit is contained in:
Adlai Holler
2016-02-11 18:43:40 -08:00
parent 1514cef36d
commit a46bd8e29b
7 changed files with 179 additions and 28 deletions

View File

@@ -30,6 +30,9 @@
+ (_ASPendingState *)pendingViewStateFromLayer:(CALayer *)layer;
+ (_ASPendingState *)pendingViewStateFromView:(UIView *)view;
@property (nonatomic, readonly) BOOL hasSetNeedsLayout;
@property (nonatomic, readonly) BOOL hasSetNeedsDisplay;
@property (nonatomic, readonly) BOOL hasChanges;
- (void)clearChanges;