Skip to content

Instantly share code, notes, and snippets.

@ngutman
Created January 17, 2014 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngutman/8483671 to your computer and use it in GitHub Desktop.
Save ngutman/8483671 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger , GGOverlayViewMode) {
GGOverlayViewModeLeft,
GGOverlayViewModeRight
};
@interface GGOverlayView : UIView
@property (nonatomic) GGOverlayViewMode mode;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment