|
@@ -233,6 +233,7 @@
|
|
88484D262C4132AB007C3293 /* ASJumpHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D252C4132AB007C3293 /* ASJumpHandler.m */; };
|
|
88484D262C4132AB007C3293 /* ASJumpHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D252C4132AB007C3293 /* ASJumpHandler.m */; };
|
|
88484D292C4606DD007C3293 /* AppDelegate+PushNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */; };
|
|
88484D292C4606DD007C3293 /* AppDelegate+PushNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */; };
|
|
88484D2B2C48C8E5007C3293 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */; };
|
|
88484D2B2C48C8E5007C3293 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */; };
|
|
|
|
+ 88484D2E2C4A4857007C3293 /* ASMessageViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */; };
|
|
88516B6E2C12E51600F2E396 /* ASLoginBindingC.m in Sources */ = {isa = PBXBuildFile; fileRef = 88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */; };
|
|
88516B6E2C12E51600F2E396 /* ASLoginBindingC.m in Sources */ = {isa = PBXBuildFile; fileRef = 88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */; };
|
|
88C9F9202C3FC64400B47ADA /* ASPushOneSignalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C9F91F2C3FC64400B47ADA /* ASPushOneSignalManager.m */; };
|
|
88C9F9202C3FC64400B47ADA /* ASPushOneSignalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C9F91F2C3FC64400B47ADA /* ASPushOneSignalManager.m */; };
|
|
8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
|
|
8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
|
|
@@ -821,6 +822,8 @@
|
|
88484D272C4606DD007C3293 /* AppDelegate+PushNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+PushNotification.h"; sourceTree = "<group>"; };
|
|
88484D272C4606DD007C3293 /* AppDelegate+PushNotification.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+PushNotification.h"; sourceTree = "<group>"; };
|
|
88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+PushNotification.m"; sourceTree = "<group>"; };
|
|
88484D282C4606DD007C3293 /* AppDelegate+PushNotification.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+PushNotification.m"; sourceTree = "<group>"; };
|
|
88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
88484D2A2C48C8E5007C3293 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
|
|
+ 88484D2C2C4A4857007C3293 /* ASMessageViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASMessageViewModel.h; sourceTree = "<group>"; };
|
|
|
|
+ 88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASMessageViewModel.m; sourceTree = "<group>"; };
|
|
88516B6C2C12E51600F2E396 /* ASLoginBindingC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASLoginBindingC.h; sourceTree = "<group>"; };
|
|
88516B6C2C12E51600F2E396 /* ASLoginBindingC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASLoginBindingC.h; sourceTree = "<group>"; };
|
|
88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASLoginBindingC.m; sourceTree = "<group>"; };
|
|
88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASLoginBindingC.m; sourceTree = "<group>"; };
|
|
88C9F91E2C3FC64400B47ADA /* ASPushOneSignalManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPushOneSignalManager.h; sourceTree = "<group>"; };
|
|
88C9F91E2C3FC64400B47ADA /* ASPushOneSignalManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASPushOneSignalManager.h; sourceTree = "<group>"; };
|
|
@@ -1714,6 +1717,8 @@
|
|
81C7962A2A539E80003083B8 /* ASMessageListViewController.m */,
|
|
81C7962A2A539E80003083B8 /* ASMessageListViewController.m */,
|
|
81C7962C2A539F4D003083B8 /* ASMessageListCell.h */,
|
|
81C7962C2A539F4D003083B8 /* ASMessageListCell.h */,
|
|
81C7962D2A539F4D003083B8 /* ASMessageListCell.m */,
|
|
81C7962D2A539F4D003083B8 /* ASMessageListCell.m */,
|
|
|
|
+ 88484D2C2C4A4857007C3293 /* ASMessageViewModel.h */,
|
|
|
|
+ 88484D2D2C4A4857007C3293 /* ASMessageViewModel.m */,
|
|
);
|
|
);
|
|
path = Message;
|
|
path = Message;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -3201,6 +3206,7 @@
|
|
816020102A2EE55F00E4A8F1 /* ASCategaryListCell.m in Sources */,
|
|
816020102A2EE55F00E4A8F1 /* ASCategaryListCell.m in Sources */,
|
|
8810F55E2BF5EBF400346FD4 /* ASOrderDetailsInfoCell.m in Sources */,
|
|
8810F55E2BF5EBF400346FD4 /* ASOrderDetailsInfoCell.m in Sources */,
|
|
9AD3460B2A08D60F005CA070 /* UIView+ZFFrame.m in Sources */,
|
|
9AD3460B2A08D60F005CA070 /* UIView+ZFFrame.m in Sources */,
|
|
|
|
+ 88484D2E2C4A4857007C3293 /* ASMessageViewModel.m in Sources */,
|
|
81E257FD2A12340E004EEF71 /* ASEnterItemV.m in Sources */,
|
|
81E257FD2A12340E004EEF71 /* ASEnterItemV.m in Sources */,
|
|
81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */,
|
|
81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */,
|
|
8134C1C52A145172006EB0EC /* ASProductItemView.m in Sources */,
|
|
8134C1C52A145172006EB0EC /* ASProductItemView.m in Sources */,
|