Skip to content

Commit

Permalink
Merge pull request ibireme#651 from CodeEagle/patch-1
Browse files Browse the repository at this point in the history
remove warning
  • Loading branch information
ibireme committed Jun 25, 2017
2 parents 02eba9f + 5a4c7fd commit bbb9601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YYText/Utility/YYTextUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static inline CGFloat YYTextCGAffineTransformGetTranslateY(CGAffineTransform tra
@see http://stackoverflow.com/questions/13291796/calculate-values-for-a-cgaffinetransform-from-three-points-in-each-of-two-uiview
*/
CGAffineTransform YYTextCGAffineTransformGetFromPoints(CGPoint before[3], CGPoint after[3]);
CGAffineTransform YYTextCGAffineTransformGetFromPoints(CGPoint before[_Nullable 3], CGPoint after[_Nullable 3]);

/// Get the transform which can converts a point from the coordinate system of a given view to another.
CGAffineTransform YYTextCGAffineTransformGetFromViews(UIView *from, UIView *to);
Expand Down

0 comments on commit bbb9601

Please sign in to comment.