Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
use a concrete underlying type
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Jun 15, 2013
1 parent d2ec074 commit 4a76a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveCocoaLayout/RACSignal+RCLAnimationAdditions.h
Expand Up @@ -20,7 +20,7 @@
// RCLAnimationCurveLinear - Animates with the same pace over the duration of
// the animation.
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
typedef enum : UIViewAnimationOptions {
typedef enum : NSUInteger {
RCLAnimationCurveDefault = 0,
RCLAnimationCurveEaseInOut = UIViewAnimationOptionCurveEaseInOut,
RCLAnimationCurveEaseIn = UIViewAnimationOptionCurveEaseIn,
Expand Down

0 comments on commit 4a76a40

Please sign in to comment.