Commit f77064e7 authored by 曹逢阳's avatar 曹逢阳

update

parent 9c75bccf
...@@ -51,7 +51,6 @@ PODS: ...@@ -51,7 +51,6 @@ PODS:
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/View (1.0.0): - GMAILab/View (1.0.0):
- GMAILab/ViewModel
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
...@@ -179,7 +178,7 @@ EXTERNAL SOURCES: ...@@ -179,7 +178,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab: 1b28ba3f10a7e4d430153127c4397888c0febef6 GMAILab: a8ab94f866cb7d203d2c1208127b8caa62d1ca53
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611 GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
......
No preview for this file type
...@@ -73,12 +73,7 @@ ...@@ -73,12 +73,7 @@
}, },
{ {
"name": "View", "name": "View",
"source_files": "GMAILab/Classes/View/*.{h,m}", "source_files": "GMAILab/Classes/View/*.{h,m}"
"dependencies": {
"GMAILab/ViewModel": [
]
}
} }
] ]
} }
...@@ -51,7 +51,6 @@ PODS: ...@@ -51,7 +51,6 @@ PODS:
- GMNetService - GMNetService
- GMRefresh - GMRefresh
- GMAILab/View (1.0.0): - GMAILab/View (1.0.0):
- GMAILab/ViewModel
- GMBase - GMBase
- GMediator - GMediator
- GMFoundation - GMFoundation
...@@ -179,7 +178,7 @@ EXTERNAL SOURCES: ...@@ -179,7 +178,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab: 1b28ba3f10a7e4d430153127c4397888c0febef6 GMAILab: a8ab94f866cb7d203d2c1208127b8caa62d1ca53
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611 GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// //
#import "NSBundle+GMAILab.h" #import "NSBundle+GMAILab.h"
@implementation NSBundle (GMAILabBundle) @implementation NSBundle (GMAILab)
+ (instancetype)gm_AILabBundle:(Class)className { + (instancetype)gm_AILabBundle:(Class)className {
static NSBundle *bundle = nil; static NSBundle *bundle = nil;
......
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