From 2c1ae4edc7a5df2adb084cbc2eb7ec3aae8bc03e Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Sun, 18 Aug 2013 23:19:53 -0700 Subject: [PATCH] Update section comment --- UIView+AutoLayout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;