Rename ASLayoutableContext methods

This commit is contained in:
Huy Nguyen
2016-03-27 17:36:31 -07:00
parent 81d26994c5
commit 7bb3015950
3 changed files with 13 additions and 13 deletions

View File

@@ -21,11 +21,11 @@ struct ASLayoutableContext {
extern struct ASLayoutableContext ASLayoutableContextMake(int32_t transitionID, BOOL needsVisualizeNode);
extern void ASLayoutableSetLayoutableContext(struct ASLayoutableContext context);
extern void ASLayoutableSetCurrentContext(struct ASLayoutableContext context);
extern struct ASLayoutableContext ASLayoutableGetLayoutableContext();
extern struct ASLayoutableContext ASLayoutableGetCurrentContext();
extern void ASLayoutableResetLayoutableContext();
extern void ASLayoutableClearCurrentContext();
/**
* The base protocol for ASLayoutable. Generally the methods/properties in this class do not need to be