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/UIControl+CYLTabBarControllerExtention.h |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h
new file mode 100644
index 0000000..1510f92
--- /dev/null
+++ b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/UIControl+CYLTabBarControllerExtention.h
@@ -0,0 +1,27 @@
+//
+//  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 <UIKit/UIKit.h>
+
+@interface UIControl (CYLTabBarControllerExtention)
+
+- (UIView *)cyl_tabBadgeView;
+- (UIImageView *)cyl_tabImageView;
+- (UILabel *)cyl_tabLabel;
+
+/*!
+ * ��������������������������������������������������������������������������������������������������������������������������������� `-cyl_removeTabBadgePoint` ���������������������
+ */
+- (void)cyl_showTabBadgePoint;
+- (void)cyl_removeTabBadgePoint;
+- (BOOL)cyl_isShowTabBadgePoint;
+
+@property (nonatomic, strong, setter=cyl_setTabBadgePointView:, getter=cyl_tabBadgePointView) UIView *cyl_tabBadgePointView;
+@property (nonatomic, assign, setter=cyl_setTabBadgePointViewOffset:, getter=cyl_tabBadgePointViewOffset) UIOffset cyl_tabBadgePointViewOffset;
+
+@end

--
Gitblit v1.8.0