Guest User

Untitled

a guest
Feb 21st, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //
  2. // GradientView.h
  3. // kooabaSearch
  4. //
  5. // Created by Joachim Fornallaz on 08.12.08.
  6. // Copyright 2008 kooaba AG. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10.  
  11.  
  12. @interface GradientView : UIView {
  13. CGGradientRef gradient;
  14. }
  15.  
  16. - (void)gradientInit;
  17.  
  18. @end
Add Comment
Please, Sign In to add comment