Commit 483d2fd8 authored by “Icebear”'s avatar “Icebear”

添加QMUI框架

parent d8f1c7cd
...@@ -160,6 +160,7 @@ ...@@ -160,6 +160,7 @@
335F6ABE251895660083A571 /* Modules */ = { 335F6ABE251895660083A571 /* Modules */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
33A1D27C2519C11E00824CB8 /* Login */,
335F6B0D2518ACF80083A571 /* Home */, 335F6B0D2518ACF80083A571 /* Home */,
); );
path = Modules; path = Modules;
...@@ -250,6 +251,13 @@ ...@@ -250,6 +251,13 @@
path = BaseRequestApi; path = BaseRequestApi;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
33A1D27C2519C11E00824CB8 /* Login */ = {
isa = PBXGroup;
children = (
);
path = Login;
sourceTree = "<group>";
};
AF101A8647B6D432ED4BF085 /* Pods */ = { AF101A8647B6D432ED4BF085 /* Pods */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
......
...@@ -18,5 +18,6 @@ ...@@ -18,5 +18,6 @@
#import <Masonry.h> #import <Masonry.h>
#import <YYModel.h> #import <YYModel.h>
#import <SDWebImage/UIImageView+WebCache.h> #import <SDWebImage/UIImageView+WebCache.h>
#import <QMUIKit/QMUIKit.h>
#endif /* PrefixHeader_pch */ #endif /* PrefixHeader_pch */
...@@ -10,6 +10,7 @@ pod 'SDWebImage','5.8.4' ...@@ -10,6 +10,7 @@ pod 'SDWebImage','5.8.4'
pod 'SVProgressHUD','2.2.5' pod 'SVProgressHUD','2.2.5'
pod 'MJRefresh','3.4.3' pod 'MJRefresh','3.4.3'
pod 'YTKNetwork','3.0.2' pod 'YTKNetwork','3.0.2'
pod 'QMUIKit','4.2.0'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment