Михаил Капелько 10 个月前
父节点
当前提交
752b34b95d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      Modules/MeetupIdX/src/MeetupId.Generated.swift
  2. +1
    -0
      Utilities/platform/2/templates/file

+ 1
- 0
Modules/MeetupIdX/src/MeetupId.Generated.swift 查看文件

@@ -47,6 +47,7 @@ extension MeetupId {
let ctrl = Controller()
let world: World

var any = [Any]()
var subscriptions = [AnyCancellable]()
static private(set) weak var singleton: Service?



+ 1
- 0
Utilities/platform/2/templates/file 查看文件

@@ -36,6 +36,7 @@ extension %MODULE% {
let ctrl = Controller()
let world: World
%SERVICE_CORE%
var any = [Any]()
var subscriptions = [AnyCancellable]()
static private(set) weak var singleton: Service?



正在加载...
取消
保存