AJGradientView.h 402 B

12345678910111213141516171819
  1. //
  2. // AJGradientView.h
  3. // AJPhotoPicker
  4. //
  5. // Created by AlienJunX on 15/4/28.
  6. // Copyright (c) 2015 AlienJunX
  7. //
  8. // This source code is licensed under the MIT-style license found in the
  9. // LICENSE file in the root directory of this source tree.
  10. //
  11. #import <UIKit/UIKit.h>
  12. @interface AJGradientView : UIView
  13. - (void)setupCAGradientLayer:(NSArray *)colors locations:(NSArray *)locations;
  14. @end