整理代码结构

This commit is contained in:
cebgcontract 2022-11-23 19:17:29 +08:00
parent 5a4d4e2afd
commit d517f49edb
6 changed files with 12 additions and 4 deletions

View File

@ -759,6 +759,17 @@
path = Pods; path = Pods;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
D59AB434292E389E00714392 /* KeyChain */ = {
isa = PBXGroup;
children = (
D59AB42C292E24DD00714392 /* UICKeyChainStore.h */,
D59AB42E292E250500714392 /* UICKeyChainStore.m */,
D59AB431292E26B600714392 /* DataManager.h */,
D59AB432292E26CE00714392 /* DataManager.m */,
);
path = KeyChain;
sourceTree = "<group>";
};
D5AB1D2728BF782200AA6AFA /* QRCodeReaderViewController */ = { D5AB1D2728BF782200AA6AFA /* QRCodeReaderViewController */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@ -902,10 +913,7 @@
D5F2D104287C12DD003C2B62 /* JcWallet.mm */, D5F2D104287C12DD003C2B62 /* JcWallet.mm */,
D5538BA4287E9908000BDFB6 /* WalletEvent.h */, D5538BA4287E9908000BDFB6 /* WalletEvent.h */,
D5538BA3287E9908000BDFB6 /* WalletEvent.cpp */, D5538BA3287E9908000BDFB6 /* WalletEvent.cpp */,
D59AB42C292E24DD00714392 /* UICKeyChainStore.h */, D59AB434292E389E00714392 /* KeyChain */,
D59AB42E292E250500714392 /* UICKeyChainStore.m */,
D59AB431292E26B600714392 /* DataManager.h */,
D59AB432292E26CE00714392 /* DataManager.m */,
); );
path = Classes_cocos; path = Classes_cocos;
sourceTree = "<group>"; sourceTree = "<group>";