Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
Update returned class
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 19, 2016
1 parent 2f5abd1 commit 18d9eaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Form (3.12.0):
- Form (3.12.1):
- Hex (~> 5.0.0)
- HYP8601 (~> 0.7.2)
- HYPMathParser (~> 0.4.1)
Expand Down Expand Up @@ -47,7 +47,7 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
Form: 2f32510ab694bf22e95471b385be9899efaf6c27
Form: 21a16754109802adc59e764a287b6983949cc0c6
Hex: 024e4dba5d5a9351e7817713f3dee61553258dcd
HYP8601: 0118757c1332620748c75e7218e7b6b849686d06
HYPImagePicker: 5c6e463ec15ae6b647355eb11f3f310342616fbf
Expand Down
2 changes: 1 addition & 1 deletion Source/Others/UIColor+FORMImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

@interface UIColor (FORMImage)

- (UIColor *)form_image;
- (UIImage *)form_image;

@end
2 changes: 1 addition & 1 deletion Source/Others/UIColor+FORMImage.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@implementation UIColor (FORMImage)

- (UIColor *)form_image {
- (UIImage *)form_image {
CGRect rect = CGRectMake(0, 0, 1, 1);
UIGraphicsBeginImageContext(rect.size);
CGContextRef context = UIGraphicsGetCurrentContext();
Expand Down

0 comments on commit 18d9eaa

Please sign in to comment.