Lay some foundation for our new pending state controller

This commit is contained in:
Adlai Holler
2016-01-07 22:40:42 -08:00
parent d899f12f70
commit 99b674c346
11 changed files with 677 additions and 268 deletions

View File

@@ -30,4 +30,8 @@
+ (_ASPendingState *)pendingViewStateFromLayer:(CALayer *)layer;
+ (_ASPendingState *)pendingViewStateFromView:(UIView *)view;
@property (nonatomic, readonly) BOOL hasChanges;
- (void)clearChanges;
@end