From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h new file mode 100644 index 0000000..7c341bb --- /dev/null +++ b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIView+CYLTabBarControllerExtention.h @@ -0,0 +1,25 @@ +// +// CYLTabBarController.m +// CYLTabBarController +// +// v1.16.0 Created by ������@iOS������������ ( http://weibo.com/luohanchenyilong/ ) on 10/20/15. +// Copyright �� 2015 https://github.com/ChenYilong . All rights reserved. +// + +#import <Foundation/Foundation.h> +#import <UIKit/UIKit.h> + +@interface UIView (CYLTabBarControllerExtention) + +- (BOOL)cyl_isPlusButton; +- (BOOL)cyl_isTabButton; +- (BOOL)cyl_isTabImageView; +- (BOOL)cyl_isTabLabel; +- (BOOL)cyl_isTabBadgeView; +- (BOOL)cyl_isTabBackgroundView; +- (UIView *)cyl_tabBadgeBackgroundView; +- (UIView *)cyl_tabBadgeBackgroundSeparator; + ++ (UIView *)cyl_tabBadgePointViewWithClolor:(UIColor *)color radius:(CGFloat)radius; + +@end -- Gitblit v1.8.0