DLUtility.h 331 B

1234567891011121314
  1. //
  2. // DLUtility.h
  3. // DLSlideViewDemo
  4. //
  5. // Created by Dongle Su on 15-2-12.
  6. // Copyright (c) 2015年 dongle. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface DLUtility : NSObject
  11. + (UIColor *)getColorOfPercent:(CGFloat)percent between:(UIColor *)color1 and:(UIColor *)color2;
  12. @end