Guest User

Untitled

a guest
Jan 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //
  2. // GradientView.h
  3. // StravaExplorer
  4. //
  5. // Created by Jeff Remer on 9/16/11.
  6. // Copyright 2011 Strava. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10.  
  11. @interface GradientView : UIView
  12.  
  13. - (void)setGradientColors:(NSArray *)colors;
  14.  
  15. @end
Add Comment
Please, Sign In to add comment