From 83b9d5c682b21d88133f24da0f94dd56bd79e687 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 19 Jul 2018 13:38:55 +0800
Subject: [PATCH] change

---
 screendisplay/Pods/RGB/README.md |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/RGB/README.md b/screendisplay/Pods/RGB/README.md
new file mode 100755
index 0000000..0337903
--- /dev/null
+++ b/screendisplay/Pods/RGB/README.md
@@ -0,0 +1,27 @@
+ ![Logo](https://github.com/roycms/RGB/blob/master/RGB/logo.png)
+ RGB
+===
+RGB color value to the UIColor conversion kit.
+
+[![Shippable](https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff.svg?maxAge=2592000?style=flat-square)](https://github.com/roycms/RAlertView)
+[![CocoaPods](https://img.shields.io/badge/pod-0.0.1-red.svg)](http://cocoapods.org/?q=RAlertView)
+[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000?style=flat-square)](https://github.com/roycms/RAlertView/blob/master/LICENSE)
+[![email](https://img.shields.io/badge/%20email%20-%20roycms%40qq.com%20-yellowgreen.svg)](mailto:roycms@qq.com)
+
+## Installation
+- Import the main header file���`#import "RRGB.h"`
+
+## cocoapods 
+`  pod 'RGB' `
+
+## Use 
+return type UIColor
+```objective-c
+[self.view setBackgroundColor:RGB(@"#1abc9d")];
+[self.view setBackgroundColor:RGB16(0x1abc9d)];
+```
+
+## ������
+* ������������������������������BUG���������������Issues������������������������������������������������������������BUG���������������
+* ������������������������������������������������������������Issues���������������������������������������������������������������������
+* ���������������RAlertView������������������������Pull Requests���

--
Gitblit v1.8.0