From a8297afeff989f07a0d54dadfec7b34799a9c5dd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 11:40:39 +0800
Subject: [PATCH] 打包配置

---
 screendisplay/Pods/CYLTabBarController/CYLTabBarController/CYLTabBar.h |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/CYLTabBarController/CYLTabBarController/CYLTabBar.h b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/CYLTabBar.h
new file mode 100644
index 0000000..9d85fb9
--- /dev/null
+++ b/screendisplay/Pods/CYLTabBarController/CYLTabBarController/CYLTabBar.h
@@ -0,0 +1,22 @@
+//
+//  CYLTabBar.h
+//  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 CYLTabBar : UITabBar
+
+/*!
+ * ��� `TabImageView` ������������������������������������������������
+ * @attention ������������������ top ��� bottom ������������������������������������������������������������
+ * `viewController.tabBarItem.imageInsets = UIEdgeInsetsMake(tabImageViewDefaultOffset, 0, -tabImageViewDefaultOffset, 0);`
+ */
+@property (nonatomic, assign, readonly) CGFloat tabImageViewDefaultOffset;
+
+@property (nonatomic, copy) NSString *context;
+
+@end

--
Gitblit v1.8.0