Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 4af87a7

Browse files
committed
use new API to add lastMessage
1 parent 7f112bd commit 4af87a7

File tree

1,481 files changed

+1192
-154474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,481 files changed

+1192
-154474
lines changed

ChatKit-OC/ChatKit-OC.xcodeproj/project.pbxproj

Lines changed: 76 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,48 @@
7070
9AC3A4DD1DF9C8BD00F3405F /* LCCKUserGroupCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC3A4DA1DF9C8BD00F3405F /* LCCKUserGroupCell.m */; };
7171
9AC3A4DE1DF9C8BD00F3405F /* LCCKUserGroupItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC3A4DC1DF9C8BD00F3405F /* LCCKUserGroupItemCell.m */; };
7272
9AC3A4E21DF9CE0300F3405F /* LCCKChatDetailHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AC3A4E11DF9CE0300F3405F /* LCCKChatDetailHelper.m */; };
73+
9AC4522A1E151E9E00619112 /* ChatKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AC452271E151E8700619112 /* ChatKit.framework */; };
74+
9AC4522B1E151E9E00619112 /* ChatKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9AC452271E151E8700619112 /* ChatKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
7375
9AD665CC1D2277830040A4E3 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A0B721B1CED662D004FDACC /* SystemConfiguration.framework */; };
7476
9AD665CD1D22778B0040A4E3 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A0B721D1CED6637004FDACC /* MobileCoreServices.framework */; };
7577
9AD665CE1D2277920040A4E3 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A0B721F1CED6644004FDACC /* CoreTelephony.framework */; };
7678
9AD665CF1D22779A0040A4E3 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A0B72211CED664D004FDACC /* CoreLocation.framework */; };
77-
D3428C5E46A30AC6F89DB697 /* libPods-ChatKit-OC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D62193C0ECACB72DC928AD70 /* libPods-ChatKit-OC.a */; };
79+
D6B21DCFEA88FFA0694238EC /* libPods-ChatKit-OC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D62193C0ECACB72DC928AD70 /* libPods-ChatKit-OC.a */; };
7880
E7586C4F1D630681000C18B4 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7586C4E1D630681000C18B4 /* CoreMotion.framework */; };
7981
/* End PBXBuildFile section */
8082

83+
/* Begin PBXContainerItemProxy section */
84+
9AC452261E151E8700619112 /* PBXContainerItemProxy */ = {
85+
isa = PBXContainerItemProxy;
86+
containerPortal = 9AC452211E151E8600619112 /* ChatKit.xcodeproj */;
87+
proxyType = 2;
88+
remoteGlobalIDString = 9A6060821CEC831800D14D73;
89+
remoteInfo = ChatKit;
90+
};
91+
9AC452281E151E9600619112 /* PBXContainerItemProxy */ = {
92+
isa = PBXContainerItemProxy;
93+
containerPortal = 9AC452211E151E8600619112 /* ChatKit.xcodeproj */;
94+
proxyType = 1;
95+
remoteGlobalIDString = 9A6060811CEC831800D14D73;
96+
remoteInfo = ChatKit;
97+
};
98+
9AC4522C1E151E9E00619112 /* PBXContainerItemProxy */ = {
99+
isa = PBXContainerItemProxy;
100+
containerPortal = 9AC452211E151E8600619112 /* ChatKit.xcodeproj */;
101+
proxyType = 1;
102+
remoteGlobalIDString = 9A6060811CEC831800D14D73;
103+
remoteInfo = ChatKit;
104+
};
105+
/* End PBXContainerItemProxy section */
106+
81107
/* Begin PBXCopyFilesBuildPhase section */
82108
9A1AD17B1CEDE640000FF26E /* Embed Frameworks */ = {
83109
isa = PBXCopyFilesBuildPhase;
84110
buildActionMask = 2147483647;
85111
dstPath = "";
86112
dstSubfolderSpec = 10;
87113
files = (
114+
9AC4522B1E151E9E00619112 /* ChatKit.framework in Embed Frameworks */,
88115
);
89116
name = "Embed Frameworks";
90117
runOnlyForDeploymentPostprocessing = 0;
@@ -216,6 +243,7 @@
216243
9AC3A4DC1DF9C8BD00F3405F /* LCCKUserGroupItemCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LCCKUserGroupItemCell.m; sourceTree = "<group>"; };
217244
9AC3A4E01DF9CE0300F3405F /* LCCKChatDetailHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LCCKChatDetailHelper.h; sourceTree = "<group>"; };
218245
9AC3A4E11DF9CE0300F3405F /* LCCKChatDetailHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LCCKChatDetailHelper.m; sourceTree = "<group>"; };
246+
9AC452211E151E8600619112 /* ChatKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ChatKit.xcodeproj; path = ../ChatKit/ChatKit.xcodeproj; sourceTree = "<group>"; };
219247
D62193C0ECACB72DC928AD70 /* libPods-ChatKit-OC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ChatKit-OC.a"; sourceTree = BUILT_PRODUCTS_DIR; };
220248
E55D34EC8F162DB5443587B0 /* Pods-ChatKit-OC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ChatKit-OC.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ChatKit-OC/Pods-ChatKit-OC.debug.xcconfig"; sourceTree = "<group>"; };
221249
E7586C4E1D630681000C18B4 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
@@ -229,9 +257,10 @@
229257
E7586C4F1D630681000C18B4 /* CoreMotion.framework in Frameworks */,
230258
9AD665CF1D22779A0040A4E3 /* CoreLocation.framework in Frameworks */,
231259
9AD665CE1D2277920040A4E3 /* CoreTelephony.framework in Frameworks */,
260+
9AC4522A1E151E9E00619112 /* ChatKit.framework in Frameworks */,
232261
9AD665CD1D22778B0040A4E3 /* MobileCoreServices.framework in Frameworks */,
233262
9AD665CC1D2277830040A4E3 /* SystemConfiguration.framework in Frameworks */,
234-
D3428C5E46A30AC6F89DB697 /* libPods-ChatKit-OC.a in Frameworks */,
263+
D6B21DCFEA88FFA0694238EC /* libPods-ChatKit-OC.a in Frameworks */,
235264
);
236265
runOnlyForDeploymentPostprocessing = 0;
237266
};
@@ -570,6 +599,7 @@
570599
9A754D421CECAC3E000967F1 = {
571600
isa = PBXGroup;
572601
children = (
602+
9AC452211E151E8600619112 /* ChatKit.xcodeproj */,
573603
9A4CBADB1DB87F2000E61C92 /* ChatKit-OC.entitlements */,
574604
9A4730281CECAEC500AEB86F /* Example */,
575605
9A754D4C1CECAC3E000967F1 /* Products */,
@@ -706,6 +736,14 @@
706736
path = ChatDetailHelper;
707737
sourceTree = "<group>";
708738
};
739+
9AC452221E151E8600619112 /* Products */ = {
740+
isa = PBXGroup;
741+
children = (
742+
9AC452271E151E8700619112 /* ChatKit.framework */,
743+
);
744+
name = Products;
745+
sourceTree = "<group>";
746+
};
709747
DA96A2E70997437673F17F60 /* Pods */ = {
710748
isa = PBXGroup;
711749
children = (
@@ -745,6 +783,8 @@
745783
buildRules = (
746784
);
747785
dependencies = (
786+
9AC452291E151E9600619112 /* PBXTargetDependency */,
787+
9AC4522D1E151E9E00619112 /* PBXTargetDependency */,
748788
);
749789
name = "ChatKit-OC";
750790
productName = "ChatKit-OC";
@@ -762,7 +802,7 @@
762802
TargetAttributes = {
763803
9A754D4A1CECAC3E000967F1 = {
764804
CreatedOnToolsVersion = 7.3;
765-
DevelopmentTeam = PUEB48NTQQ;
805+
DevelopmentTeam = Y6X8P44TM5;
766806
ProvisioningStyle = Automatic;
767807
SystemCapabilities = {
768808
com.apple.Push = {
@@ -784,13 +824,29 @@
784824
mainGroup = 9A754D421CECAC3E000967F1;
785825
productRefGroup = 9A754D4C1CECAC3E000967F1 /* Products */;
786826
projectDirPath = "";
827+
projectReferences = (
828+
{
829+
ProductGroup = 9AC452221E151E8600619112 /* Products */;
830+
ProjectRef = 9AC452211E151E8600619112 /* ChatKit.xcodeproj */;
831+
},
832+
);
787833
projectRoot = "";
788834
targets = (
789835
9A754D4A1CECAC3E000967F1 /* ChatKit-OC */,
790836
);
791837
};
792838
/* End PBXProject section */
793839

840+
/* Begin PBXReferenceProxy section */
841+
9AC452271E151E8700619112 /* ChatKit.framework */ = {
842+
isa = PBXReferenceProxy;
843+
fileType = wrapper.framework;
844+
path = ChatKit.framework;
845+
remoteRef = 9AC452261E151E8700619112 /* PBXContainerItemProxy */;
846+
sourceTree = BUILT_PRODUCTS_DIR;
847+
};
848+
/* End PBXReferenceProxy section */
849+
794850
/* Begin PBXResourcesBuildPhase section */
795851
9A754D491CECAC3E000967F1 /* Resources */ = {
796852
isa = PBXResourcesBuildPhase;
@@ -997,6 +1053,19 @@
9971053
};
9981054
/* End PBXSourcesBuildPhase section */
9991055

1056+
/* Begin PBXTargetDependency section */
1057+
9AC452291E151E9600619112 /* PBXTargetDependency */ = {
1058+
isa = PBXTargetDependency;
1059+
name = ChatKit;
1060+
targetProxy = 9AC452281E151E9600619112 /* PBXContainerItemProxy */;
1061+
};
1062+
9AC4522D1E151E9E00619112 /* PBXTargetDependency */ = {
1063+
isa = PBXTargetDependency;
1064+
name = ChatKit;
1065+
targetProxy = 9AC4522C1E151E9E00619112 /* PBXContainerItemProxy */;
1066+
};
1067+
/* End PBXTargetDependency section */
1068+
10001069
/* Begin PBXVariantGroup section */
10011070
9A4730561CECAEC500AEB86F /* LaunchScreen.storyboard */ = {
10021071
isa = PBXVariantGroup;
@@ -1108,7 +1177,7 @@
11081177
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
11091178
CODE_SIGN_IDENTITY = "iPhone Developer";
11101179
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1111-
DEVELOPMENT_TEAM = PUEB48NTQQ;
1180+
DEVELOPMENT_TEAM = Y6X8P44TM5;
11121181
ENABLE_BITCODE = NO;
11131182
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
11141183
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
@@ -1138,7 +1207,7 @@
11381207
"\"$(SRCROOT)/../../RedpacketStaticLib/AlipayLib\"/**",
11391208
);
11401209
OTHER_LDFLAGS = "$(inherited)";
1141-
PRODUCT_BUNDLE_IDENTIFIER = com.redpacket.leancloud;
1210+
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
11421211
PRODUCT_NAME = "$(TARGET_NAME)";
11431212
PROVISIONING_PROFILE = "";
11441213
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1155,7 +1224,7 @@
11551224
CODE_SIGN_ENTITLEMENTS = "ChatKit-OC.entitlements";
11561225
CODE_SIGN_IDENTITY = "iPhone Developer";
11571226
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1158-
DEVELOPMENT_TEAM = PUEB48NTQQ;
1227+
DEVELOPMENT_TEAM = Y6X8P44TM5;
11591228
ENABLE_BITCODE = NO;
11601229
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
11611230
INFOPLIST_FILE = "$(SRCROOT)/Example/Class/Module/Other/Info.plist";
@@ -1185,7 +1254,7 @@
11851254
"\"$(SRCROOT)/../../RedpacketStaticLib/AlipayLib\"/**",
11861255
);
11871256
OTHER_LDFLAGS = "$(inherited)";
1188-
PRODUCT_BUNDLE_IDENTIFIER = com.redpacket.leancloud;
1257+
PRODUCT_BUNDLE_IDENTIFIER = com.chatkit.leancloud;
11891258
PRODUCT_NAME = "$(TARGET_NAME)";
11901259
PROVISIONING_PROFILE = "";
11911260
PROVISIONING_PROFILE_SPECIFIER = "";

ChatKit-OC/Example/Class/Module/ConversationDetail/Controller/LCCKGroupConversationDetailViewController.m

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,18 +236,19 @@ - (void)addAndCacheMembersWithClientIds:(NSArray *)clientIds callback:(LCCKBoole
236236

237237
- (void)profileNameDidChanged:(NSString *)name {
238238
[[self class] lcck_showHUD];
239-
[self.conversation setObject:name forKey:@"name"];
240-
[self.conversation updateWithCallback:^(BOOL succeeded, NSError * _Nullable error) {
241-
[[self class] lcck_hideHUD];
242-
if (succeeded) {
243-
[[self class] lcck_showSuccess:@"修改成功"];
244-
self.data = nil;
245-
[self.tableView reloadData];
246-
[[LCCKConversationService sharedInstance] removeCacheForConversationId:self.conversation.conversationId];
247-
} else {
248-
[[self class] lcck_showError:@"修改失败"];
249-
}
250-
}];
239+
//FIXME:
240+
// [self.conversation setObject:name forKey:@"name"];
241+
// [self.conversation updateWithCallback:^(BOOL succeeded, NSError * _Nullable error) {
242+
// [[self class] lcck_hideHUD];
243+
// if (succeeded) {
244+
// [[self class] lcck_showSuccess:@"修改成功"];
245+
// self.data = nil;
246+
// [self.tableView reloadData];
247+
// [[LCCKConversationService sharedInstance] removeCacheForConversationId:self.conversation.conversationId];
248+
// } else {
249+
// [[self class] lcck_showError:@"修改失败"];
250+
// }
251+
// }];
251252

252253
}
253254

ChatKit-OC/Example/Class/Module/Other/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.9</string>
18+
<string>0.4.10</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

ChatKit-OC/Example/LCChatKitExample+Setting.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,7 @@ - (void)lcck_exampleMarkBadgeWithTotalUnreadCount:(NSInteger)totalUnreadCount
630630
+ (void)lcck_exampleChangeGroupAvatarURLsForConversationId:(NSString *)conversationId
631631
shouldInsert:(BOOL)shouldInsert {
632632
[self lcck_showMessage:@"正在设置群头像"];
633-
[[LCCKConversationService sharedInstance]
634-
fecthConversationWithConversationId:conversationId
633+
[[LCCKConversationService sharedInstance] fetchConversationWithConversationId:conversationId
635634
callback:^(AVIMConversation *conversation, NSError *error) {
636635
[conversation
637636
lcck_setObject:
@@ -692,7 +691,7 @@ - (NSArray *)lcck_rightButtonsAtIndexPath:(NSIndexPath *)indexPath
692691
actionItemMore.backgroundColor = [UIColor colorWithRed:0.78f green:0.78f blue:0.8f alpha:1.0];
693692
UITableViewRowAction *actionItemDelete = [UITableViewRowAction
694693
rowActionWithStyle:UITableViewRowActionStyleDefault
695-
title:LCCKLocalizedStrings(@"Delete")
694+
title:@"删除"
696695
handler:^(UITableViewRowAction *action, NSIndexPath *indexPath) {
697696
[[LCChatKit sharedInstance] deleteRecentConversationWithConversationId:conversation.conversationId];
698697
}];
@@ -767,6 +766,7 @@ + (void)lcck_tryPresentViewControllerViewController:(UIViewController *)viewCont
767766
rootViewController =
768767
[(UINavigationController *)rootViewController visibleViewController];
769768
}
769+
[rootViewController dismissViewControllerAnimated:NO completion:nil];
770770
[rootViewController presentViewController:viewController animated:YES completion:nil];
771771
}
772772
}

ChatKit-OC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ inhibit_all_warnings!
66
#=========================================================
77
#======================== Lib Dependency =================
88
#=========================================================
9-
pod 'ChatKit', :path => '../'
9+
#pod 'ChatKit', :path => '../'
1010

1111
#=========================================================
1212
#======================== Demo Dependency ================
1313
#=========================================================
1414

15-
pod "CYLTabBarController", "~> 1.8.0"
15+
pod "CYLTabBarController", "~> 1.9.0"
1616
pod "CYLTableViewRowAction", "1.0.0"
1717
pod 'TWMessageBarManager'
1818
pod 'MLPAutoCompleteTextField'

ChatKit-OC/Podfile.lock

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,15 @@
11
PODS:
2-
- AVOSCloud (3.8.2)
3-
- AVOSCloudIM (3.8.2):
4-
- AVOSCloud (= 3.8.2)
5-
- AVOSCloudIM/_ARC (= 3.8.2)
6-
- AVOSCloudIM/_NOARC (= 3.8.2)
7-
- AVOSCloudIM/_ARC (3.8.2):
8-
- AVOSCloud (= 3.8.2)
9-
- AVOSCloudIM/_NOARC (= 3.8.2)
10-
- AVOSCloudIM/_NOARC (3.8.2):
11-
- AVOSCloud (= 3.8.2)
12-
- ChatKit (0.8.10):
13-
- AVOSCloud (~> 3.8.2)
14-
- AVOSCloudIM (~> 3.8.2)
15-
- CYLDeallocBlockExecutor (~> 1.1.2)
16-
- DACircularProgress (~> 2.3.1)
17-
- FDStackView (~> 1.0)
18-
- FMDB (~> 2.6.2)
19-
- Masonry (~> 1.0.1)
20-
- MJRefresh (~> 3.1.9)
21-
- MLLabel (~> 1.9.2)
22-
- MWPhotoBrowser (~> 2.1.2)
23-
- pop (~> 1.0.9)
24-
- SDWebImage (~> 3.8.0)
25-
- UITableView+FDTemplateLayoutCell (~> 1.5.beta)
26-
- CYLDeallocBlockExecutor (1.1.2)
272
- CYLTabBarController (1.8.0)
283
- CYLTableViewRowAction (1.0.0)
29-
- DACircularProgress (2.3.1)
30-
- FDStackView (1.0)
31-
- FMDB (2.6.2):
32-
- FMDB/standard (= 2.6.2)
33-
- FMDB/standard (2.6.2)
344
- FTPopOverMenu (1.3.1)
355
- FXForms (1.2.14)
36-
- Masonry (1.0.2)
37-
- MBProgressHUD (0.9.2)
38-
- MJRefresh (3.1.12)
39-
- MLLabel (1.9.2)
406
- MLPAutoCompleteTextField (1.5)
41-
- MWPhotoBrowser (2.1.2):
42-
- DACircularProgress (~> 2.3)
43-
- MBProgressHUD (~> 0.9)
44-
- SDWebImage (!= 3.7.2, ~> 3.7)
45-
- pop (1.0.9)
467
- RedPacketAlipay (15.0.2)
478
- RedpacketLib (3.4.0):
489
- RedPacketAlipay
49-
- SDWebImage (3.8.2):
50-
- SDWebImage/Core (= 3.8.2)
51-
- SDWebImage/Core (3.8.2)
5210
- TWMessageBarManager (1.8.1)
53-
- UITableView+FDTemplateLayoutCell (1.5.beta)
5411

5512
DEPENDENCIES:
56-
- ChatKit (from `../`)
5713
- CYLTabBarController (~> 1.8.0)
5814
- CYLTableViewRowAction (= 1.0.0)
5915
- FTPopOverMenu
@@ -62,35 +18,16 @@ DEPENDENCIES:
6218
- RedpacketLib (~> 3.4.0)
6319
- TWMessageBarManager
6420

65-
EXTERNAL SOURCES:
66-
ChatKit:
67-
:path: ../
68-
6921
SPEC CHECKSUMS:
70-
AVOSCloud: fc3a1ae341a1421b66f8828fbc9850ddb6eaaa7c
71-
AVOSCloudIM: 7c8ba883afde0f0bceabd5aa9856d407bb4b06ee
72-
ChatKit: 0b2c5079782f8829a6ae08e7834b02ce530b798b
73-
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
7422
CYLTabBarController: 3b6befc12bccc2fd29a4d69e3ad7f9c4aaaf4506
7523
CYLTableViewRowAction: 66bd3f7478b46894ff40b74d892fc85aed41656b
76-
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
77-
FDStackView: 3a4bbe0ce9c35e974246a585168b9da8c32213f1
78-
FMDB: 854a0341b4726e53276f2a8996f06f1b80f9259a
7924
FTPopOverMenu: 11e8277cf11bbd51e1c4cbd140ab62a26dafb50a
8025
FXForms: 724500c0c3f3eb3ba1004b3b83abcee55d3daf18
81-
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
82-
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
83-
MJRefresh: b96cdb21c4aa75a7b07654311ab2f315c497e806
84-
MLLabel: df58127ce0bd1f87890ecc3232db77a85ce4cd97
8526
MLPAutoCompleteTextField: ba4d507bbff2bd4f139d4197814fc8dd39caf77e
86-
MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5
87-
pop: f667631a5108a2e60d9e8797c9b32ddaf2080bce
8827
RedPacketAlipay: a5de6db2e2671fc9255d6d396be869e3ba2f0489
8928
RedpacketLib: ac4c0e8892bf4559dd55b32d7256e216724dd4a8
90-
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
9129
TWMessageBarManager: fd84e7948ba7968a2b5d9454859135761214ec56
92-
UITableView+FDTemplateLayoutCell: 02b508ab1cb4cea16a8c17ac83d2cd1fd72124f9
9330

94-
PODFILE CHECKSUM: d1efe8d2d1ca285e64cc555a56dc43f9d9c39cdf
31+
PODFILE CHECKSUM: 8426e746f4f23a6038f3765a32cdabb5688deaf4
9532

9633
COCOAPODS: 1.1.1

0 commit comments

Comments
 (0)