WeChatHelper/MMPro/micromsg/proto/AppPersonalInfo.proto
2024-06-11 08:43:45 +08:00

10 lines
145 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message AppPersonalInfo {
optional string _AppID = 1;
optional string _PersonalSettingXml = 2;
}