diff --git a/UIView+AutoLayout.h b/UIView+AutoLayout.h index 872ef48..6d525ce 100755 --- a/UIView+AutoLayout.h +++ b/UIView+AutoLayout.h @@ -27,9 +27,9 @@ typedef NS_ENUM(NSInteger, ALDimension) { @interface UIView (AutoLayout) -/***************************************** - CONVENIENCE FACTORY & INITIALIZER METHODS - *****************************************/ +/***************************** + FACTORY & INITIALIZER METHODS + *****************************/ /** Creates and returns a new view that does not convert autoresizing masks into constraints. */ + (id)newAutoLayoutView;