1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 @objc 4 public protocol DevMenuItemsContainerProtocol { 5 @objc 6 func getRootItems() -> [DevMenuScreenItem] 7 8 @objc 9 func getAllItems() -> [DevMenuScreenItem] 10 } 11
1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 @objc 4 public protocol DevMenuItemsContainerProtocol { 5 @objc 6 func getRootItems() -> [DevMenuScreenItem] 7 8 @objc 9 func getAllItems() -> [DevMenuScreenItem] 10 } 11