SDK集成
### SDK导入步骤:
1. 将`Wellsign_ReaderSDK.framework`和`WSResource.bundle`拖入项目

2. 添加依赖的第三方库(建议使用Pods): `Masonry`, `YYText`,`YYCache`,`FMDB`

3. 配置(Build Phases): Link Binary With Libraries : 添加 `libstdc++.dylib` 和 `Photos.framework`,`MobileCoreServices.framework`

4. Build Settings搜索bitcode,改为NO.

5. Build Settings搜索`other linker flags`,去掉-Objc 后面的all字段
