You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
197 B

  1. //
  2. // TSBlurView.h
  3. // Pods
  4. //
  5. // Created by Felix Krause on 20.08.13.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TSBlurView : UIView
  10. @property (nonatomic, strong) UIColor *blurTintColor;
  11. @end