Bläddra i källkod

update library and fix force login

alqindiirsyam 2 år sedan
förälder
incheckning
f096be6407
24 ändrade filer med 5366 tillägg och 60 borttagningar
  1. 4 4
      appbuilder-ios/AppBuilder/AppBuilder.xcodeproj/project.pbxproj
  2. 1 1
      appbuilder-ios/AppBuilder/AppBuilder/AppDelegate.swift
  3. 1 2
      appbuilder-ios/AppBuilder/AppBuilder/FourthTabViewController.swift
  4. 1 2
      appbuilder-ios/AppBuilder/AppBuilder/SecondTabViewController.swift
  5. 16 0
      appbuilder-ios/AppBuilder/AppBuilder/ViewController.swift
  6. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/Frameworks/libwebp.a
  7. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/Info.plist
  8. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/WebPKit
  9. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeDirectory
  10. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeRequirements-1
  11. 31 16
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeResources
  12. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeSignature
  13. 46 1
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Headers/nuSDKService-Swift.h
  14. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Info.plist
  15. 2 2
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/module.modulemap
  16. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
  17. 5148 0
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.abi.json
  18. 82 0
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.private.swiftinterface
  19. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftdoc
  20. 3 1
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftinterface
  21. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftmodule
  22. BIN
      appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/nuSDKService
  23. 25 25
      appbuilder-ios/NexilisLite/NexilisLite/Source/Nexilis.swift
  24. 6 6
      src/mainIOS.py

+ 4 - 4
appbuilder-ios/AppBuilder/AppBuilder.xcodeproj/project.pbxproj

@@ -433,7 +433,7 @@
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
 				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = ZGNLXSR5ZF;
+				DEVELOPMENT_TEAM = FR2C2CZUYZ;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)/Frameworks",
@@ -444,7 +444,7 @@
 					"@executable_path/Frameworks",
 				);
 				MARKETING_VERSION = 1.0.0;
-				PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilder420;
+				PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilder;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_VERSION = 5.0;
@@ -462,7 +462,7 @@
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
 				CURRENT_PROJECT_VERSION = 1;
-				DEVELOPMENT_TEAM = ZGNLXSR5ZF;
+				DEVELOPMENT_TEAM = FR2C2CZUYZ;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
 					"$(PROJECT_DIR)/Frameworks",
@@ -473,7 +473,7 @@
 					"@executable_path/Frameworks",
 				);
 				MARKETING_VERSION = 1.0.0;
-				PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilder420;
+				PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilder;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
 				SWIFT_VERSION = 5.0;

+ 1 - 1
appbuilder-ios/AppBuilder/AppBuilder/AppDelegate.swift

@@ -113,7 +113,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
             let banner = FloatingNotificationBanner(title: "Check your connection".localized(), subtitle: nil, titleFont: UIFont.systemFont(ofSize: 16), titleColor: nil, titleTextAlign: .left, subtitleFont: nil, subtitleColor: nil, subtitleTextAlign: nil, leftView: imageView, rightView: nil, style: .danger, colors: nil, iconPosition: .center)
             banner.show()
         } else {
-            Nexilis.connect(apiKey: "***REPLACE***WITH***YOUR***ACCOUNT***", delegate: self, showButton: false)
+            Nexilis.connect(apiKey: "***REPLACE***WITH***YOUR***ACCOUNT***", delegate: self, showButton: false) //AA6164AA13F0A6262677AC7443C37E3F6F0A342E8BEE84B700CB59C876166FE0(AWS) //36BCB99AA3885165E64ECC50591C4DA5072A25B2E7BAADA5A1B57E18737FF88C(CBN)
             if let response = Nexilis.writeSync(message: getPrefs(key: ""), timeout: 5000) {
                 if response.mBodies[CoreMessage_TMessageKey.ERRCOD] == "00" {
                     let data = response.getBody(key: CoreMessage_TMessageKey.DATA)

+ 1 - 2
appbuilder-ios/AppBuilder/AppBuilder/FourthTabViewController.swift

@@ -246,8 +246,7 @@ public class FourthTabViewController: UIViewController, UITableViewDelegate, UIT
     }
     
     override public func viewWillAppear(_ animated: Bool) {
-        let randomInt = Int.random(in: 1..<10)
-        backgroundImage.image = UIImage(named: "pb_lbackground_\(randomInt)")
+        backgroundImage.backgroundColor = .white
         self.navigationController?.navigationBar.topItem?.title = "Settings".localized();
         self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.black]
         navigationController?.setNavigationBarHidden(false, animated: false)

+ 1 - 2
appbuilder-ios/AppBuilder/AppBuilder/SecondTabViewController.swift

@@ -300,8 +300,7 @@ class SecondTabViewController: UIViewController, UIScrollViewDelegate, UIGesture
         tabBarController?.navigationItem.rightBarButtonItem = menuItem
         let lang = UserDefaults.standard.string(forKey: "i18n_language")
         speechRecognizer = SFSpeechRecognizer(locale: Locale(identifier: lang ?? "en"))
-        let randomInt = Int.random(in: 1..<10)
-        backgroundImage.image = UIImage(named: "pb_lbackground_\(randomInt)")
+        backgroundImage.backgroundColor = .white
         if segment.numberOfSegments == 2 {
             segment.setTitle("Chats".localized(), forSegmentAt: 0)
             segment.setTitle("Groups".localized(), forSegmentAt: 1)

+ 16 - 0
appbuilder-ios/AppBuilder/AppBuilder/ViewController.swift

@@ -48,6 +48,7 @@ class ViewController: UITabBarController, UITabBarControllerDelegate {
     let welcomeDesc = UILabel()
     let termText = "Read our Terms of Service. Tap \"Agree and Continue\" to accept Terms of Service.".localized()
     let term = "Terms of Service.".localized()
+    var firstLoad = true
     
     public static var def: ViewController?
 
@@ -392,6 +393,7 @@ class ViewController: UITabBarController, UITabBarControllerDelegate {
         let acceptTerm = PrefsUtil.getTerms()
         if !acceptTerm {
             showWelocomeView()
+            return
         } else {
             if !Utils.getForceAnonymous() && !Utils.getSetProfile() {
                 let controller = AppStoryBoard.Palio.instance.instantiateViewController(withIdentifier: "changeDevice") as! ChangeDeviceViewController
@@ -406,6 +408,20 @@ class ViewController: UITabBarController, UITabBarControllerDelegate {
                 navigationController.modalPresentationStyle = .fullScreen
                 navigationController.modalTransitionStyle = .crossDissolve
                 self.present(navigationController, animated: true)
+                return
+            }
+        }
+        if firstLoad {
+            firstLoad = false
+            let customTab = PrefsUtil.getCustomTab().split(separator: ",")
+            if customTab[0] == "1" {
+                firstTab?.viewWillAppear(false)
+            } else if customTab[0] == "2" {
+                secondTab?.viewWillAppear(false)
+            } else if customTab[0] == "3" {
+                thirdTab?.viewWillAppear(false)
+            } else if customTab[0] == "4" {
+                fourthTab?.viewWillAppear(false)
             }
         }
     }

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/Frameworks/libwebp.a


BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/Info.plist


BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/WebPKit


BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeDirectory


BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeRequirements-1


+ 31 - 16
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeResources

@@ -10,7 +10,7 @@
 		</data>
 		<key>Headers/WebPKit-Swift.h</key>
 		<data>
-		K0tQg0Q1KeI3c1d+t0jziVuxpk4=
+		Zdb95S6SPT+nc3gu410J93d6Opg=
 		</data>
 		<key>Headers/WebPKit.h</key>
 		<data>
@@ -18,23 +18,27 @@
 		</data>
 		<key>Info.plist</key>
 		<data>
-		7x2Nultlc4SceqjPjYbp1y2aoSg=
+		mjy9WPRQ5D7nGtnlFBs9mhBXkVs=
 		</data>
 		<key>Modules/WebPKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key>
 		<data>
-		K+Xatv0Zj+ADQyd2koV/+77MK6I=
+		s6K4T5GuP6n+v8GAF9p+UDt3zFo=
+		</data>
+		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.abi.json</key>
+		<data>
+		FSPnLbho3G+LL9smI3XgVOqBIQ4=
 		</data>
 		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
 		<data>
-		iOd7WxjeKWUKICUZ11n4dQmg3fY=
+		pTPc5LyKpYbTpMYjMIQNS/pziyg=
 		</data>
 		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
 		<data>
-		RocDHQUFG+0yTT64kYUinifNdTU=
+		i+qZ4nTLnNTsLaNZxwT0FYNaufk=
 		</data>
 		<key>Modules/module.modulemap</key>
 		<data>
-		HjKf7lfuJahuShEiQx6IdchjjIs=
+		c0jYsT4SngMDfdW7aEeB0jpFrxw=
 		</data>
 	</dict>
 	<key>files2</key>
@@ -54,11 +58,11 @@
 		<dict>
 			<key>hash</key>
 			<data>
-			K0tQg0Q1KeI3c1d+t0jziVuxpk4=
+			Zdb95S6SPT+nc3gu410J93d6Opg=
 			</data>
 			<key>hash2</key>
 			<data>
-			Dcs85nCoHKvs47LqOcMMw5MHIbTFJckS6gM2oaZUsKQ=
+			fEsOOQ8PnTx3CNhVL14KjeQVug3ZA5TuuWhWLIM/aI4=
 			</data>
 		</dict>
 		<key>Headers/WebPKit.h</key>
@@ -76,44 +80,55 @@
 		<dict>
 			<key>hash</key>
 			<data>
-			K+Xatv0Zj+ADQyd2koV/+77MK6I=
+			s6K4T5GuP6n+v8GAF9p+UDt3zFo=
+			</data>
+			<key>hash2</key>
+			<data>
+			paJ3HCxeU+jt8c3fZllbdu2chpPvbn3LwbhRI31f4HE=
+			</data>
+		</dict>
+		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.abi.json</key>
+		<dict>
+			<key>hash</key>
+			<data>
+			FSPnLbho3G+LL9smI3XgVOqBIQ4=
 			</data>
 			<key>hash2</key>
 			<data>
-			KpVjMnG7hNJZbzEZecbMCxRpPevIZRIoGqOhnVYGTVQ=
+			KnRdWE4y6t4QM5zi5JDptPdHFgJy1Tku+7GLkZS2aNM=
 			</data>
 		</dict>
 		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
 		<dict>
 			<key>hash</key>
 			<data>
-			iOd7WxjeKWUKICUZ11n4dQmg3fY=
+			pTPc5LyKpYbTpMYjMIQNS/pziyg=
 			</data>
 			<key>hash2</key>
 			<data>
-			gXwMRnEBi4eRmmfUn71zhH3xnn253xm+kF8cxTG3rGk=
+			fA1en4DueBWI9GatW9g0ANDeaaWCPxW8K/Gu/kDVnxA=
 			</data>
 		</dict>
 		<key>Modules/WebPKit.swiftmodule/arm64-apple-ios.swiftmodule</key>
 		<dict>
 			<key>hash</key>
 			<data>
-			RocDHQUFG+0yTT64kYUinifNdTU=
+			i+qZ4nTLnNTsLaNZxwT0FYNaufk=
 			</data>
 			<key>hash2</key>
 			<data>
-			Fj7/r5Bwg9a6AEIb3dkvCIkv0YdtUrv8YHCkqOYp48Y=
+			VvXH7tmL+hLOSX8KQcmtPnz/8BLeblV29v++kyI8uoc=
 			</data>
 		</dict>
 		<key>Modules/module.modulemap</key>
 		<dict>
 			<key>hash</key>
 			<data>
-			HjKf7lfuJahuShEiQx6IdchjjIs=
+			c0jYsT4SngMDfdW7aEeB0jpFrxw=
 			</data>
 			<key>hash2</key>
 			<data>
-			WMgKPMVldGADnNZNY7u5C2afTIEFEO+cWHv8D1tv74w=
+			/5Oi4oQtpyu2Bacy+mYjaT/pdiZ7fB6qAfWsD4/pX7w=
 			</data>
 		</dict>
 	</dict>

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Frameworks/WebPKit.framework/_CodeSignature/CodeSignature


+ 46 - 1
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Headers/nuSDKService-Swift.h

@@ -1,4 +1,6 @@
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
 #ifndef NUSDKSERVICE_SWIFT_H
 #define NUSDKSERVICE_SWIFT_H
 #pragma clang diagnostic push
@@ -21,11 +23,20 @@
 # include <swift/objc-prologue.h>
 #endif
 
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
 #pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
 #include <Foundation/Foundation.h>
+#endif
+#if defined(__cplusplus)
+#include <cstdint>
+#include <cstddef>
+#include <cstdbool>
+#else
 #include <stdint.h>
 #include <stddef.h>
 #include <stdbool.h>
+#endif
 
 #if !defined(SWIFT_TYPEDEFS)
 # define SWIFT_TYPEDEFS 1
@@ -181,9 +192,11 @@ typedef unsigned int swift_uint4  __attribute__((__ext_vector_type__(4)));
 #else
 # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
 #endif
+#if defined(__OBJC__)
 #if !defined(IBSegueAction)
 # define IBSegueAction
 #endif
+#endif
 #if !defined(SWIFT_EXTERN)
 # if defined(__cplusplus)
 #  define SWIFT_EXTERN extern "C"
@@ -191,12 +204,35 @@ typedef unsigned int swift_uint4  __attribute__((__ext_vector_type__(4)));
 #  define SWIFT_EXTERN extern
 # endif
 #endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT noexcept
+#endif
+#else
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT 
+#endif
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
+#endif
+#endif
+#if defined(__OBJC__)
 #if __has_feature(modules)
 #if __has_warning("-Watimport-in-framework-header")
 #pragma clang diagnostic ignored "-Watimport-in-framework-header"
 #endif
 #endif
 
+#endif
 #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
 #pragma clang diagnostic ignored "-Wduplicate-method-arg"
 #if __has_warning("-Wpragma-clang-attribute")
@@ -204,6 +240,7 @@ typedef unsigned int swift_uint4  __attribute__((__ext_vector_type__(4)));
 #endif
 #pragma clang diagnostic ignored "-Wunknown-pragmas"
 #pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
 
 #if __has_attribute(external_source_symbol)
 # pragma push_macro("any")
@@ -212,9 +249,17 @@ typedef unsigned int swift_uint4  __attribute__((__ext_vector_type__(4)));
 # pragma pop_macro("any")
 #endif
 
+#if defined(__OBJC__)
 
+#endif
+#if defined(__cplusplus)
+#endif
 #if __has_attribute(external_source_symbol)
 # pragma clang attribute pop
 #endif
 #pragma clang diagnostic pop
 #endif
+
+#else
+#error unsupported Swift architecture
+#endif

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Info.plist


+ 2 - 2
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/module.modulemap

@@ -6,6 +6,6 @@ framework module nuSDKService {
 }
 
 module nuSDKService.Swift {
-    header "nuSDKService-Swift.h"
-    requires objc
+  header "nuSDKService-Swift.h"
+  requires objc
 }

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo


+ 5148 - 0
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.abi.json

@@ -0,0 +1,5148 @@
+{
+  "ABIRoot": {
+    "kind": "Root",
+    "name": "TopLevel",
+    "printedName": "TopLevel",
+    "children": [
+      {
+        "kind": "Import",
+        "name": "Security",
+        "printedName": "Security",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "CommonCrypto",
+        "printedName": "CommonCrypto",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "AVFoundation",
+        "printedName": "AVFoundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "ReplayKit",
+        "printedName": "ReplayKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "TypeDecl",
+        "name": "CallBack",
+        "printedName": "CallBack",
+        "children": [
+          {
+            "kind": "Var",
+            "name": "sID",
+            "printedName": "sID",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "String",
+                "printedName": "Swift.String",
+                "usr": "s:SS"
+              }
+            ],
+            "declKind": "Var",
+            "usr": "s:12nuSDKService8CallBackP3sIDSSvp",
+            "mangledName": "$s12nuSDKService8CallBackP3sIDSSvp",
+            "moduleName": "nuSDKService",
+            "protocolReq": true,
+            "accessors": [
+              {
+                "kind": "Accessor",
+                "name": "Get",
+                "printedName": "Get()",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "declKind": "Accessor",
+                "usr": "s:12nuSDKService8CallBackP3sIDSSvg",
+                "mangledName": "$s12nuSDKService8CallBackP3sIDSSvg",
+                "moduleName": "nuSDKService",
+                "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+                "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+                "protocolReq": true,
+                "reqNewWitnessTableEntry": true,
+                "accessorKind": "get"
+              }
+            ]
+          },
+          {
+            "kind": "Function",
+            "name": "connectionStateChanged",
+            "printedName": "connectionStateChanged(sUserID:sDeviceID:bConState:nConType:nConSubType:nCLMConStat:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP22connectionStateChanged7sUserID07sDeviceI004bConF001nK4Type01nk3SubL011nCLMConStatySSSg_AKSbSgSiSgAMs5UInt8VSgtF",
+            "mangledName": "$s12nuSDKService8CallBackP22connectionStateChanged7sUserID07sDeviceI004bConF001nK4Type01nk3SubL011nCLMConStatySSSg_AKSbSgSiSgAMs5UInt8VSgtF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "gpsStateChanged",
+            "printedName": "gpsStateChanged(nState:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP15gpsStateChanged01nF0ySiSg_tF",
+            "mangledName": "$s12nuSDKService8CallBackP15gpsStateChanged01nF0ySiSg_tF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sleepStateChanged",
+            "printedName": "sleepStateChanged(bState:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP17sleepStateChanged01bF0ySbSg_tF",
+            "mangledName": "$s12nuSDKService8CallBackP17sleepStateChanged01bF0ySbSg_tF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "declAttributes": [
+              "RawDocComment"
+            ],
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "callStateChanged",
+            "printedName": "callStateChanged(nState:sMessage:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Int",
+                "printedName": "Swift.Int",
+                "usr": "s:Si"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP16callStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "mangledName": "$s12nuSDKService8CallBackP16callStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "bcastStateChanged",
+            "printedName": "bcastStateChanged(nState:sMessage:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Int",
+                "printedName": "Swift.Int",
+                "usr": "s:Si"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP17bcastStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "mangledName": "$s12nuSDKService8CallBackP17bcastStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "declAttributes": [
+              "RawDocComment"
+            ],
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sshareStateChanged",
+            "printedName": "sshareStateChanged(nState:sMessage:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Int",
+                "printedName": "Swift.Int",
+                "usr": "s:Si"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP18sshareStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "mangledName": "$s12nuSDKService8CallBackP18sshareStateChanged01nF08sMessageS2iSg_SSSgtF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "incomingData",
+            "printedName": "incomingData(sPacketID:oData:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "AnyObject?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "ProtocolComposition",
+                    "printedName": "AnyObject"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP12incomingData9sPacketID01oF0ySSSg_yXlSgtKF",
+            "mangledName": "$s12nuSDKService8CallBackP12incomingData9sPacketID01oF0ySSSg_yXlSgtKF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "throwing": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "lateResponse",
+            "printedName": "lateResponse(sPacketID:sResponse:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP12lateResponse9sPacketID01sF0ySSSg_AGtKF",
+            "mangledName": "$s12nuSDKService8CallBackP12lateResponse9sPacketID01sF0ySSSg_AGtKF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "throwing": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "asycnACKReceived",
+            "printedName": "asycnACKReceived(sPacketID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP16asycnACKReceived9sPacketIDySSSg_tKF",
+            "mangledName": "$s12nuSDKService8CallBackP16asycnACKReceived9sPacketIDySSSg_tKF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "throwing": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "locationUpdated",
+            "printedName": "locationUpdated(lTime:sLocationInfo:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int64?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int64",
+                    "printedName": "Swift.Int64",
+                    "usr": "s:s5Int64V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP15locationUpdated5lTime13sLocationInfoys5Int64VSg_SSSgtF",
+            "mangledName": "$s12nuSDKService8CallBackP15locationUpdated5lTime13sLocationInfoys5Int64VSg_SSSgtF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "resetDB",
+            "printedName": "resetDB()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService8CallBackP7resetDByyF",
+            "mangledName": "$s12nuSDKService8CallBackP7resetDByyF",
+            "moduleName": "nuSDKService",
+            "genericSig": "<τ_0_0 where τ_0_0 : nuSDKService.CallBack>",
+            "sugared_genericSig": "<Self where Self : nuSDKService.CallBack>",
+            "protocolReq": true,
+            "declAttributes": [
+              "RawDocComment"
+            ],
+            "reqNewWitnessTableEntry": true,
+            "funcSelfKind": "NonMutating"
+          }
+        ],
+        "declKind": "Protocol",
+        "usr": "s:12nuSDKService8CallBackP",
+        "mangledName": "$s12nuSDKService8CallBackP",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "AccessControl",
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "AVFoundation",
+        "printedName": "AVFoundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "CoreImage",
+        "printedName": "CoreImage",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "UIKit",
+        "printedName": "UIKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "WebPKit",
+        "printedName": "WebPKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "ImplementationOnly"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Security",
+        "printedName": "Security",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "UIKit",
+        "printedName": "UIKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "AVFoundation",
+        "printedName": "AVFoundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "CoreTelephony",
+        "printedName": "CoreTelephony",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "UIKit",
+        "printedName": "UIKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "TypeDecl",
+        "name": "API",
+        "printedName": "API",
+        "children": [
+          {
+            "kind": "Function",
+            "name": "initConnection",
+            "printedName": "initConnection(bSwitchIP:sAPIK:aAppMain:cbiI:sTCPAddr:nTCPPort:sUserID:sStartWH:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIViewController?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIViewController",
+                    "printedName": "UIKit.UIViewController",
+                    "usr": "c:objc(cs)UIViewController"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "nuSDKService.CallBack?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "CallBack",
+                    "printedName": "nuSDKService.CallBack",
+                    "usr": "s:12nuSDKService8CallBackP"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC14initConnection9bSwitchIP5sAPIK8aAppMain4cbiI8sTCPAddr8nTCPPort7sUserID8sStartWHySbSg_SSSgSo16UIViewControllerCSgAA8CallBack_pSgANSiSgA2NtKFZ",
+            "mangledName": "$s12nuSDKService3APIC14initConnection9bSwitchIP5sAPIK8aAppMain4cbiI8sTCPAddr8nTCPPort7sUserID8sStartWHySbSg_SSSgSo16UIViewControllerCSgAA8CallBack_pSgANSiSgA2NtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "switchCBI",
+            "printedName": "switchCBI(cbiI:bLight:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "nuSDKService.CallBack?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "CallBack",
+                    "printedName": "nuSDKService.CallBack",
+                    "usr": "s:12nuSDKService8CallBackP"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC9switchCBI4cbiI6bLightyAA8CallBack_pSg_SbSgtKFZ",
+            "mangledName": "$s12nuSDKService3APIC9switchCBI4cbiI6bLightyAA8CallBack_pSg_SbSgtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "bnuSDKServiceReady",
+            "printedName": "bnuSDKServiceReady()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Bool",
+                "printedName": "Swift.Bool",
+                "usr": "s:Sb"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC03bnuB5ReadySbyFZ",
+            "mangledName": "$s12nuSDKService3APIC03bnuB5ReadySbyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sSend",
+            "printedName": "sSend(sData:nPriority:lTimeout:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC5sSend5sData9nPriority8lTimeoutSSSgAH_s5UInt8VSgSiSgtKFZ",
+            "mangledName": "$s12nuSDKService3APIC5sSend5sData9nPriority8lTimeoutSSSgAH_s5UInt8VSgSiSgtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sSend",
+            "printedName": "sSend(abData:nPriority:lTimeout:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "[Swift.UInt8]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[Swift.UInt8]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UInt8",
+                        "printedName": "Swift.UInt8",
+                        "usr": "s:s5UInt8V"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC5sSend6abData9nPriority8lTimeoutSSSgSays5UInt8VGSg_AJSgSiSgtKFZ",
+            "mangledName": "$s12nuSDKService3APIC5sSend6abData9nPriority8lTimeoutSSSgSays5UInt8VGSg_AJSgSiSgtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sSendResponse",
+            "printedName": "sSendResponse(sRequestID:sResponse:lTimeout:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC13sSendResponse10sRequestID01sE08lTimeoutSSSgAH_AHSiSgtKFZ",
+            "mangledName": "$s12nuSDKService3APIC13sSendResponse10sRequestID01sE08lTimeoutSSSgAH_AHSiSgtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetResponse",
+            "printedName": "sGetResponse(sRequest:lTimeout:bKeepTOResp:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "Bool",
+                "printedName": "Swift.Bool",
+                "usr": "s:Sb"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12sGetResponse8sRequest8lTimeout11bKeepTORespSSSgAH_SiSgSbtKFZ",
+            "mangledName": "$s12nuSDKService3APIC12sGetResponse8sRequest8lTimeout11bKeepTORespSSSgAH_SiSgSbtKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetMessage",
+            "printedName": "sGetMessage(sPacketID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11sGetMessage9sPacketIDSSSgAF_tKFZ",
+            "mangledName": "$s12nuSDKService3APIC11sGetMessage9sPacketIDSSSgAF_tKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "abGetMessage",
+            "printedName": "abGetMessage(sPacketID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "[Swift.UInt8]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[Swift.UInt8]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UInt8",
+                        "printedName": "Swift.UInt8",
+                        "usr": "s:s5UInt8V"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12abGetMessage9sPacketIDSays5UInt8VGSgSSSg_tKFZ",
+            "mangledName": "$s12nuSDKService3APIC12abGetMessage9sPacketIDSays5UInt8VGSgSSSg_tKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "oGetMessage",
+            "printedName": "oGetMessage(sPacketID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "AnyObject?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "ProtocolComposition",
+                    "printedName": "AnyObject"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11oGetMessage9sPacketIDyXlSgSSSg_tKFZ",
+            "mangledName": "$s12nuSDKService3APIC11oGetMessage9sPacketIDyXlSgSSSg_tKFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "throwing": true,
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetVersion",
+            "printedName": "sGetVersion()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11sGetVersionSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC11sGetVersionSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetServerAddress",
+            "printedName": "sGetServerAddress()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC17sGetServerAddressSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC17sGetServerAddressSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetOperatorCode",
+            "printedName": "sGetOperatorCode()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC16sGetOperatorCodeSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC16sGetOperatorCodeSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetConnMode",
+            "printedName": "sGetConnMode()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12sGetConnModeSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC12sGetConnModeSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetConnStat",
+            "printedName": "sGetConnStat()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12sGetConnStatSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC12sGetConnStatSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "bInetConnAvailable",
+            "printedName": "bInetConnAvailable()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC18bInetConnAvailableSbSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC18bInetConnAvailableSbSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "nGetCLXConnState",
+            "printedName": "nGetCLXConnState()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC16nGetCLXConnStates5UInt8VSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC16nGetCLXConnStates5UInt8VSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetCurentUserID",
+            "printedName": "sGetCurentUserID()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC16sGetCurentUserIDSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC16sGetCurentUserIDSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "nGetSSRequestCode",
+            "printedName": "nGetSSRequestCode()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC17nGetSSRequestCodeSiSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC17nGetSSRequestCodeSiSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sGetLocInfo",
+            "printedName": "sGetLocInfo()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11sGetLocInfoSSSgyFZ",
+            "mangledName": "$s12nuSDKService3APIC11sGetLocInfoSSSgyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "pauseAudio",
+            "printedName": "pauseAudio(fValue:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Float?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Float",
+                    "printedName": "Swift.Float",
+                    "usr": "s:Sf"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10pauseAudio6fValueySfSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC10pauseAudio6fValueySfSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "resumeAudio",
+            "printedName": "resumeAudio(fValue:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Float?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Float",
+                    "printedName": "Swift.Float",
+                    "usr": "s:Sf"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11resumeAudio6fValueySfSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC11resumeAudio6fValueySfSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "turnCCallAudio",
+            "printedName": "turnCCallAudio(sParty:bOnOff:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC14turnCCallAudio6sParty6bOnOffySSSg_SbSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC14turnCCallAudio6sParty6bOnOffySSSg_SbSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "adjustVolume",
+            "printedName": "adjustVolume(fValue:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Float?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Float",
+                    "printedName": "Swift.Float",
+                    "usr": "s:Sf"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12adjustVolume6fValueySfSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC12adjustVolume6fValueySfSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "adjustCQFR",
+            "printedName": "adjustCQFR(nVQuality:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10adjustCQFR9nVQualityySiSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC10adjustCQFR9nVQualityySiSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "changeCameraParam",
+            "printedName": "changeCameraParam(nCameraIdx:nResolutionIndex:nQuality:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC17changeCameraParam01nE3Idx16nResolutionIndex8nQualityySiSg_s5UInt8VSgAHtFZ",
+            "mangledName": "$s12nuSDKService3APIC17changeCameraParam01nE3Idx16nResolutionIndex8nQualityySiSg_s5UInt8VSgAHtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "incomingCallWSleep",
+            "printedName": "incomingCallWSleep(sParty:nService:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC18incomingCallWSleep6sParty8nServiceySSSg_SiSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC18incomingCallWSleep6sParty8nServiceySSSg_SiSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateCCall",
+            "printedName": "initiateCCall(sParty:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC13initiateCCall6sPartyySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC13initiateCCall6sPartyySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "receiveCCall",
+            "printedName": "receiveCCall(sParty:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12receiveCCall6sPartyySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC12receiveCCall6sPartyySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateCCall",
+            "printedName": "initiateCCall(sParty:nCamIdx:nResIdx:nVQuality:ivRemoteView:ivLocalView:ivRemoteZ:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "[UIKit.UIImageView]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[UIKit.UIImageView]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UIImageView",
+                        "printedName": "UIKit.UIImageView",
+                        "usr": "c:objc(cs)UIImageView"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC13initiateCCall6sParty7nCamIdx04nResH09nVQuality12ivRemoteView0k5LocalM00kL1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageM0CGSgARSgAUtFZ",
+            "mangledName": "$s12nuSDKService3APIC13initiateCCall6sParty7nCamIdx04nResH09nVQuality12ivRemoteView0k5LocalM00kL1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageM0CGSgARSgAUtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "receiveCCall",
+            "printedName": "receiveCCall(sParty:nCamIdx:nResIdx:nVQuality:ivRemoteView:ivLocalView:ivRemoteZ:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "[UIKit.UIImageView]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[UIKit.UIImageView]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UIImageView",
+                        "printedName": "UIKit.UIImageView",
+                        "usr": "c:objc(cs)UIImageView"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12receiveCCall6sParty7nCamIdx04nResH09nVQuality12ivRemoteView0k5LocalM00kL1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageM0CGSgARSgAUtFZ",
+            "mangledName": "$s12nuSDKService3APIC12receiveCCall6sParty7nCamIdx04nResH09nVQuality12ivRemoteView0k5LocalM00kL1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageM0CGSgARSgAUtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "terminateCall",
+            "printedName": "terminateCall(sParty:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC13terminateCall6sPartyySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC13terminateCall6sPartyySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateCR",
+            "printedName": "initiateCR(sConfRoom:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10initiateCR9sConfRoomySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC10initiateCR9sConfRoomySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "joinCR",
+            "printedName": "joinCR(sConfRoom:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC6joinCR9sConfRoomySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC6joinCR9sConfRoomySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateCR",
+            "printedName": "initiateCR(sConfRoom:nCamIdx:nResIdx:nVQuality:ivRemoteView:ivLocalView:ivRemoteZ:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "[UIKit.UIImageView]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[UIKit.UIImageView]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UIImageView",
+                        "printedName": "UIKit.UIImageView",
+                        "usr": "c:objc(cs)UIImageView"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10initiateCR9sConfRoom7nCamIdx04nResI09nVQuality12ivRemoteView0l5LocalN00lM1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageN0CGSgARSgAUtFZ",
+            "mangledName": "$s12nuSDKService3APIC10initiateCR9sConfRoom7nCamIdx04nResI09nVQuality12ivRemoteView0l5LocalN00lM1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageN0CGSgARSgAUtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "joinCR",
+            "printedName": "joinCR(sConfRoom:nCamIdx:nResIdx:nVQuality:ivRemoteView:ivLocalView:ivRemoteZ:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "[UIKit.UIImageView]?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Array",
+                    "printedName": "[UIKit.UIImageView]",
+                    "children": [
+                      {
+                        "kind": "TypeNominal",
+                        "name": "UIImageView",
+                        "printedName": "UIKit.UIImageView",
+                        "usr": "c:objc(cs)UIImageView"
+                      }
+                    ],
+                    "usr": "s:Sa"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC6joinCR9sConfRoom7nCamIdx04nResI09nVQuality12ivRemoteView0l5LocalN00lM1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageN0CGSgARSgAUtFZ",
+            "mangledName": "$s12nuSDKService3APIC6joinCR9sConfRoom7nCamIdx04nResI09nVQuality12ivRemoteView0l5LocalN00lM1ZySSSg_SiSgs5UInt8VSgAMSaySo07UIImageN0CGSgARSgAUtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "adjustBCQFR",
+            "printedName": "adjustBCQFR(nVQuality:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11adjustBCQFR9nVQualityySiSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC11adjustBCQFR9nVQualityySiSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "turnLBRAudio",
+            "printedName": "turnLBRAudio(sBroadcasterID:bOnOff:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Bool?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Bool",
+                    "printedName": "Swift.Bool",
+                    "usr": "s:Sb"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC12turnLBRAudio14sBroadcasterID6bOnOffySSSg_SbSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC12turnLBRAudio14sBroadcasterID6bOnOffySSSg_SbSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "adjustLBRVolume",
+            "printedName": "adjustLBRVolume(sBroadcasterID:fValue:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Float?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Float",
+                    "printedName": "Swift.Float",
+                    "usr": "s:Sf"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC15adjustLBRVolume14sBroadcasterID6fValueySSSg_SfSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC15adjustLBRVolume14sBroadcasterID6fValueySSSg_SfSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateBC",
+            "printedName": "initiateBC(sTitle:nCamIdx:nResIdx:nVQuality:ivLocalView:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10initiateBC6sTitle7nCamIdx04nResH09nVQuality11ivLocalViewySSSg_SiSgs5UInt8VSgAKSo07UIImageM0CSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC10initiateBC6sTitle7nCamIdx04nResH09nVQuality11ivLocalViewySSSg_SiSgs5UInt8VSgAKSo07UIImageM0CSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "joinBC",
+            "printedName": "joinBC(sBroadcasterID:ivRemoteView:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC6joinBC14sBroadcasterID12ivRemoteViewySSSg_So07UIImageJ0CSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC6joinBC14sBroadcasterID12ivRemoteViewySSSg_So07UIImageJ0CSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "terminateBC",
+            "printedName": "terminateBC(sBroadcasterID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "Optional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11terminateBC14sBroadcasterIDySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC11terminateBC14sBroadcasterIDySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "ibca",
+            "printedName": "ibca(sTitle:nCamIdx:nResIdx:nVQuality:tvCameraPreview:ivRemoteS:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC4ibca6sTitle7nCamIdx04nResG09nVQuality15tvCameraPreview9ivRemoteSySSSg_SiSgs5UInt8VSgALSo11UIImageViewCSgARtFZ",
+            "mangledName": "$s12nuSDKService3APIC4ibca6sTitle7nCamIdx04nResG09nVQuality15tvCameraPreview9ivRemoteSySSSg_SiSgs5UInt8VSgALSo11UIImageViewCSgARtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "iabc",
+            "printedName": "iabc(nCamIdx:nResIdx:nVQuality:tvCameraPreview:sBroadcasterID:ivRemoteM:ivRemoteS:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.UInt8?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UInt8",
+                    "printedName": "Swift.UInt8",
+                    "usr": "s:s5UInt8V"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC4iabc7nCamIdx04nResF09nVQuality15tvCameraPreview14sBroadcasterID9ivRemoteM0nO1SySiSg_s5UInt8VSgALSo11UIImageViewCSgSSSgA2RtFZ",
+            "mangledName": "$s12nuSDKService3APIC4iabc7nCamIdx04nResF09nVQuality15tvCameraPreview14sBroadcasterID9ivRemoteM0nO1SySiSg_s5UInt8VSgALSo11UIImageViewCSgSSSgA2RtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "sabc",
+            "printedName": "sabc(sAudienceID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC4sabc11sAudienceIDySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC4sabc11sAudienceIDySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "eabc",
+            "printedName": "eabc(sAudienceID:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC4eabc11sAudienceIDySSSg_tFZ",
+            "mangledName": "$s12nuSDKService3APIC4eabc11sAudienceIDySSSg_tFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "initiateSS",
+            "printedName": "initiateSS(sTitle:nQuality:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.Int?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Int",
+                    "printedName": "Swift.Int",
+                    "usr": "s:Si"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC10initiateSS6sTitle8nQualityySSSg_SiSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC10initiateSS6sTitle8nQualityySSSg_SiSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl",
+              "RawDocComment"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "joinSS",
+            "printedName": "joinSS(sBroadcasterID:ivRemoteView:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "Swift.String?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "String",
+                    "printedName": "Swift.String",
+                    "usr": "s:SS"
+                  }
+                ],
+                "usr": "s:Sq"
+              },
+              {
+                "kind": "TypeNominal",
+                "name": "ImplicitlyUnwrappedOptional",
+                "printedName": "UIKit.UIImageView?",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "UIImageView",
+                    "printedName": "UIKit.UIImageView",
+                    "usr": "c:objc(cs)UIImageView"
+                  }
+                ],
+                "usr": "s:Sq"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC6joinSS14sBroadcasterID12ivRemoteViewySSSg_So07UIImageJ0CSgtFZ",
+            "mangledName": "$s12nuSDKService3APIC6joinSS14sBroadcasterID12ivRemoteViewySSSg_So07UIImageJ0CSgtFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
+            "name": "terminateSS",
+            "printedName": "terminateSS()",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:12nuSDKService3APIC11terminateSSyyFZ",
+            "mangledName": "$s12nuSDKService3APIC11terminateSSyyFZ",
+            "moduleName": "nuSDKService",
+            "static": true,
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          }
+        ],
+        "declKind": "Class",
+        "usr": "s:12nuSDKService3APIC",
+        "mangledName": "$s12nuSDKService3APIC",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "Final",
+          "AccessControl",
+          "RawDocComment"
+        ],
+        "hasMissingDesignatedInitializers": true
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "AVFoundation",
+        "printedName": "AVFoundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "CoreImage",
+        "printedName": "CoreImage",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "UIKit",
+        "printedName": "UIKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService"
+      },
+      {
+        "kind": "Import",
+        "name": "WebPKit",
+        "printedName": "WebPKit",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "ImplementationOnly"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      },
+      {
+        "kind": "Import",
+        "name": "Foundation",
+        "printedName": "Foundation",
+        "declKind": "Import",
+        "moduleName": "nuSDKService",
+        "declAttributes": [
+          "RawDocComment"
+        ]
+      }
+    ],
+    "json_format_version": 8
+  },
+  "ConstValues": [
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 235,
+      "length": 2,
+      "value": "16"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 278,
+      "length": 6,
+      "value": "10000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 331,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 484,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 521,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 553,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 624,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 771,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/DatagramSocket.swift",
+      "kind": "BooleanLiteral",
+      "offset": 945,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 242,
+      "length": 2,
+      "value": "64"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 247,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 328,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 481,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "BooleanLiteral",
+      "offset": 631,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 676,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 775,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 784,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 921,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 964,
+      "length": 1,
+      "value": "2"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1001,
+      "length": 4,
+      "value": "1000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "FloatLiteral",
+      "offset": 1066,
+      "length": 4,
+      "value": "0.30"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaSS.swift",
+      "kind": "IntegerLiteral",
+      "offset": 10254,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 423,
+      "length": 1,
+      "value": "8"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 474,
+      "length": 1,
+      "value": "8"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 525,
+      "length": 1,
+      "value": "8"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 576,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 636,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 693,
+      "length": 1,
+      "value": "4"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 747,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 801,
+      "length": 2,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 840,
+      "length": 3,
+      "value": "190"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 881,
+      "length": 3,
+      "value": "208"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 919,
+      "length": 2,
+      "value": "64"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 924,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 978,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1048,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1376,
+      "length": 1,
+      "value": "5"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1420,
+      "length": 2,
+      "value": "38"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1586,
+      "length": 3,
+      "value": "800"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1700,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1732,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1791,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1947,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2251,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2328,
+      "length": 4,
+      "value": "8000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2381,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2403,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2426,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2447,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2471,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2493,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2509,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "FloatLiteral",
+      "offset": 2677,
+      "length": 7,
+      "value": "10000.0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "FloatLiteral",
+      "offset": 2724,
+      "length": 5,
+      "value": "300.0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2827,
+      "length": 2,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3005,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3040,
+      "length": 2,
+      "value": "10"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3151,
+      "length": 8,
+      "value": "86400000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3267,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3299,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3422,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3484,
+      "length": 4,
+      "value": "666"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3520,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3558,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3602,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3641,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3767,
+      "length": 3,
+      "value": "640"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3811,
+      "length": 3,
+      "value": "480"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "StringLiteral",
+      "offset": 3855,
+      "length": 3,
+      "value": "\"?\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "FloatLiteral",
+      "offset": 3903,
+      "length": 4,
+      "value": "0.45"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3943,
+      "length": 4,
+      "value": "1000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 4076,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "StringLiteral",
+      "offset": 4154,
+      "length": 2,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 4336,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 4345,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 4790,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 4853,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 4899,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 5057,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 5105,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 6298,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "BooleanLiteral",
+      "offset": 6482,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "IntegerLiteral",
+      "offset": 6519,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaAV.swift",
+      "kind": "StringLiteral",
+      "offset": 9903,
+      "length": 20,
+      "value": "\"dqSetZoomedChannel\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 259,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 263,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 270,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 309,
+      "length": 2,
+      "value": "12"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 354,
+      "length": 3,
+      "value": "164"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionDataPacket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1176,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 231,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 262,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 340,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 377,
+      "length": 4,
+      "value": "1024"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 438,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "IntegerLiteral",
+      "offset": 585,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/StreamSocket.swift",
+      "kind": "BooleanLiteral",
+      "offset": 759,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/RemoteView.swift",
+      "kind": "StringLiteral",
+      "offset": 328,
+      "length": 15,
+      "value": "\"nuSDKService.nuSDKRemoteView\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 562,
+      "length": 32,
+      "value": "\"nuSDK-S5-221002i-168-14.0-14.0\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 728,
+      "length": 3,
+      "value": "168"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 765,
+      "length": 2,
+      "value": "96"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 770,
+      "length": 5,
+      "value": "86400"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 778,
+      "length": 4,
+      "value": "1000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 859,
+      "length": 22,
+      "value": "\"@*)&!$)@)@!)!$)*@#)(\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 908,
+      "length": 164,
+      "value": "\"iOS.\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 965,
+      "length": 1,
+      "value": "\".\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 1018,
+      "length": 1,
+      "value": "\".\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 1071,
+      "length": 1,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1210,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1304,
+      "length": 2,
+      "value": "10"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1340,
+      "length": 5,
+      "value": "3000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1380,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1425,
+      "length": 5,
+      "value": "1000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1461,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1491,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1537,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 1571,
+      "length": 65,
+      "value": "\"[UNK,0.0,0.0,0.0,0.0m,0.0m\/s∫,0.0,0.0m,0.0m\/s,0.0m,0.0s,0.0s]\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1809,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1945,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 2133,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2169,
+      "length": 11,
+      "value": "1214322513"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 2247,
+      "length": 19,
+      "value": "\"1we2Love3NUs4SDK5\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2301,
+      "length": 2,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2341,
+      "length": 2,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 2381,
+      "length": 3,
+      "value": "\"?\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2456,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2497,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 2581,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 2650,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "BooleanLiteral",
+      "offset": 2729,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 2771,
+      "length": 5,
+      "value": "\"***\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 2841,
+      "length": 5,
+      "value": "\"***\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "StringLiteral",
+      "offset": 3315,
+      "length": 25,
+      "value": "\"dqChangeConnectionState\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 8575,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 9955,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 14571,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 16399,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 17286,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32203,
+      "length": 4,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32214,
+      "length": 19,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32240,
+      "length": 10,
+      "value": "997"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32257,
+      "length": 10,
+      "value": "996"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32274,
+      "length": 10,
+      "value": "995"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32291,
+      "length": 17,
+      "value": "994"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32315,
+      "length": 11,
+      "value": "993"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32333,
+      "length": 9,
+      "value": "992"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32349,
+      "length": 10,
+      "value": "991"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32203,
+      "length": 1,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32214,
+      "length": 19,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32240,
+      "length": 10,
+      "value": "997"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32257,
+      "length": 10,
+      "value": "996"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32274,
+      "length": 10,
+      "value": "995"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32291,
+      "length": 17,
+      "value": "994"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32315,
+      "length": 11,
+      "value": "993"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32333,
+      "length": 9,
+      "value": "992"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32349,
+      "length": 10,
+      "value": "991"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32203,
+      "length": 1,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32214,
+      "length": 19,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32240,
+      "length": 10,
+      "value": "997"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32257,
+      "length": 10,
+      "value": "996"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32274,
+      "length": 10,
+      "value": "995"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32291,
+      "length": 17,
+      "value": "994"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32315,
+      "length": 11,
+      "value": "993"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32333,
+      "length": 9,
+      "value": "992"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 32349,
+      "length": 10,
+      "value": "991"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33013,
+      "length": 4,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33024,
+      "length": 10,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33013,
+      "length": 1,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33024,
+      "length": 10,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33013,
+      "length": 1,
+      "value": "999"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/API.swift",
+      "kind": "IntegerLiteral",
+      "offset": 33024,
+      "length": 10,
+      "value": "998"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 366,
+      "length": 2,
+      "value": "63"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 407,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "BooleanLiteral",
+      "offset": 568,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 946,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "StringLiteral",
+      "offset": 1033,
+      "length": 2,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1113,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1122,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1166,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1314,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1362,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1563,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1747,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/MediaBR.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1784,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 303,
+      "length": 13,
+      "value": "1672788815836"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 575,
+      "length": 4,
+      "value": "8192"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 750,
+      "length": 2,
+      "value": "32"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 860,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 890,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 920,
+      "length": 1,
+      "value": "2"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 950,
+      "length": 1,
+      "value": "3"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1005,
+      "length": 1,
+      "value": "5"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1068,
+      "length": 1,
+      "value": "7"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1098,
+      "length": 1,
+      "value": "8"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1128,
+      "length": 1,
+      "value": "9"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1237,
+      "length": 2,
+      "value": "14"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1282,
+      "length": 2,
+      "value": "15"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1326,
+      "length": 2,
+      "value": "20"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "StringLiteral",
+      "offset": 1460,
+      "length": 7,
+      "value": "\"\t\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "StringLiteral",
+      "offset": 1696,
+      "length": 16,
+      "value": "\"dqASyncMsgLock\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "StringLiteral",
+      "offset": 1831,
+      "length": 9,
+      "value": "\"~<UNK>~\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1909,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1957,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1993,
+      "length": 1,
+      "value": "2"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1997,
+      "length": 2,
+      "value": "60"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2002,
+      "length": 4,
+      "value": "1000"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "StringLiteral",
+      "offset": 2194,
+      "length": 15,
+      "value": "\"dqSyncMsgLock\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2288,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2505,
+      "length": 4,
+      "value": "666"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "StringLiteral",
+      "offset": 3164,
+      "length": 12,
+      "value": "\"UserIDTest\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "BooleanLiteral",
+      "offset": 3207,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionNode.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3487,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 238,
+      "length": 1,
+      "value": "2"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 275,
+      "length": 1,
+      "value": "3"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 279,
+      "length": 2,
+      "value": "60"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 527,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 566,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 604,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 637,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 823,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "StringLiteral",
+      "offset": 958,
+      "length": 13,
+      "value": "\"dqQueueLock\""
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1056,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1237,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1357,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1626,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1674,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 5541,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "BooleanLiteral",
+      "offset": 10628,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/Users\/w.yudoaji\/ImagiNation\/XCode\/nuSDKService\/nuSDKService\/ConnectionOIO.swift",
+      "kind": "StringLiteral",
+      "offset": 13442,
+      "length": 15,
+      "value": "\"dqRestartLock\""
+    }
+  ]
+}

+ 82 - 0
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.private.swiftinterface

@@ -0,0 +1,82 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
+// swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name nuSDKService
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AVFoundation
+import CommonCrypto
+import CoreImage
+import CoreTelephony
+import Foundation
+import ReplayKit
+import Security
+import Swift
+import UIKit
+import _Concurrency
+import _StringProcessing
+@_exported import nuSDKService
+public protocol CallBack {
+  var sID: Swift.String { get }
+  func connectionStateChanged(sUserID: Swift.String!, sDeviceID: Swift.String!, bConState: Swift.Bool!, nConType: Swift.Int!, nConSubType: Swift.Int!, nCLMConStat: Swift.UInt8!)
+  func gpsStateChanged(nState: Swift.Int!)
+  func sleepStateChanged(bState: Swift.Bool!)
+  func callStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
+  func bcastStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
+  func sshareStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
+  func incomingData(sPacketID: Swift.String!, oData: Swift.AnyObject!) throws
+  func lateResponse(sPacketID: Swift.String!, sResponse: Swift.String!) throws
+  func asycnACKReceived(sPacketID: Swift.String!) throws
+  func locationUpdated(lTime: Swift.Int64!, sLocationInfo: Swift.String!)
+  func resetDB()
+}
+@_hasMissingDesignatedInitializers final public class API {
+  @objc deinit
+  public static func initConnection(bSwitchIP: Swift.Bool!, sAPIK: Swift.String!, aAppMain: UIKit.UIViewController!, cbiI: nuSDKService.CallBack!, sTCPAddr: Swift.String!, nTCPPort: Swift.Int!, sUserID: Swift.String!, sStartWH: Swift.String!) throws
+  public static func switchCBI(cbiI: nuSDKService.CallBack!, bLight: Swift.Bool!) throws
+  public static func bnuSDKServiceReady() -> Swift.Bool
+  public static func sSend(sData: Swift.String!, nPriority: Swift.UInt8!, lTimeout: Swift.Int!) throws -> Swift.String?
+  public static func sSend(abData: [Swift.UInt8]!, nPriority: Swift.UInt8!, lTimeout: Swift.Int!) throws -> Swift.String?
+  public static func sSendResponse(sRequestID: Swift.String!, sResponse: Swift.String!, lTimeout: Swift.Int!) throws -> Swift.String?
+  public static func sGetResponse(sRequest: Swift.String!, lTimeout: Swift.Int!, bKeepTOResp: Swift.Bool) throws -> Swift.String?
+  public static func sGetMessage(sPacketID: Swift.String!) throws -> Swift.String?
+  public static func abGetMessage(sPacketID: Swift.String!) throws -> [Swift.UInt8]?
+  public static func oGetMessage(sPacketID: Swift.String!) throws -> Swift.AnyObject?
+  public static func sGetVersion() -> Swift.String!
+  public static func sGetServerAddress() -> Swift.String!
+  public static func sGetOperatorCode() -> Swift.String!
+  public static func sGetConnMode() -> Swift.String!
+  public static func sGetConnStat() -> Swift.String!
+  public static func bInetConnAvailable() -> Swift.Bool!
+  public static func nGetCLXConnState() -> Swift.UInt8!
+  public static func sGetCurentUserID() -> Swift.String!
+  public static func nGetSSRequestCode() -> Swift.Int!
+  public static func sGetLocInfo() -> Swift.String!
+  public static func pauseAudio(fValue: Swift.Float!)
+  public static func resumeAudio(fValue: Swift.Float!)
+  public static func turnCCallAudio(sParty: Swift.String!, bOnOff: Swift.Bool!)
+  public static func adjustVolume(fValue: Swift.Float!)
+  public static func adjustCQFR(nVQuality: Swift.Int!)
+  public static func changeCameraParam(nCameraIdx: Swift.Int!, nResolutionIndex: Swift.UInt8!, nQuality: Swift.Int!)
+  public static func incomingCallWSleep(sParty: Swift.String!, nService: Swift.Int!)
+  public static func initiateCCall(sParty: Swift.String!)
+  public static func receiveCCall(sParty: Swift.String!)
+  public static func initiateCCall(sParty: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
+  public static func receiveCCall(sParty: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
+  public static func terminateCall(sParty: Swift.String?)
+  public static func initiateCR(sConfRoom: Swift.String!)
+  public static func joinCR(sConfRoom: Swift.String!)
+  public static func initiateCR(sConfRoom: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
+  public static func joinCR(sConfRoom: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
+  public static func adjustBCQFR(nVQuality: Swift.Int!)
+  public static func turnLBRAudio(sBroadcasterID: Swift.String!, bOnOff: Swift.Bool!)
+  public static func adjustLBRVolume(sBroadcasterID: Swift.String!, fValue: Swift.Float!)
+  public static func initiateBC(sTitle: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivLocalView: UIKit.UIImageView!)
+  public static func joinBC(sBroadcasterID: Swift.String!, ivRemoteView: UIKit.UIImageView!)
+  public static func terminateBC(sBroadcasterID: Swift.String?)
+  public static func ibca(sTitle: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, tvCameraPreview: UIKit.UIImageView!, ivRemoteS: UIKit.UIImageView!)
+  public static func iabc(nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, tvCameraPreview: UIKit.UIImageView!, sBroadcasterID: Swift.String!, ivRemoteM: UIKit.UIImageView!, ivRemoteS: UIKit.UIImageView!)
+  public static func sabc(sAudienceID: Swift.String!)
+  public static func eabc(sAudienceID: Swift.String!)
+  public static func initiateSS(sTitle: Swift.String!, nQuality: Swift.Int!)
+  public static func joinSS(sBroadcasterID: Swift.String!, ivRemoteView: UIKit.UIImageView!)
+  public static func terminateSS()
+}

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftdoc


+ 3 - 1
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftinterface

@@ -1,6 +1,7 @@
 // swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
+// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
 // swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name nuSDKService
+// swift-module-flags-ignorable: -enable-bare-slash-regex
 import AVFoundation
 import CommonCrypto
 import CoreImage
@@ -11,6 +12,7 @@ import Security
 import Swift
 import UIKit
 import _Concurrency
+import _StringProcessing
 @_exported import nuSDKService
 public protocol CallBack {
   var sID: Swift.String { get }

BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/Modules/nuSDKService.swiftmodule/arm64-apple-ios.swiftmodule


BIN
appbuilder-ios/NexilisLite/Frameworks/nuSDKService.framework/nuSDKService


+ 25 - 25
appbuilder-ios/NexilisLite/NexilisLite/Source/Nexilis.swift

@@ -18,7 +18,7 @@ import NotificationBannerSwift
 public class Nexilis: NSObject {
     public static var sAPIKey = ""
     
-    public static let ADDRESS = ADDRESS_RELEASE
+    public static var ADDRESS = ADDRESS_RELEASE
     
     static let ADDRESS_33 = "192.168.0.33"
     
@@ -28,7 +28,7 @@ public class Nexilis: NSObject {
     
     //    static let PORT = 45328
     //    static let PORT = 65328 // 33
-    static let PORT = PORT_RELEASE
+    static var PORT = PORT_RELEASE
     
     static let PORT_33 = 62328
     
@@ -79,31 +79,31 @@ public class Nexilis: NSObject {
                 
             }
             else {
-                //                let address = App.getAddress()
-                //                if !address.isEmpty {
-                //                    print(address)
-                //                    print(address[0])
-                //                    UserDefaults.standard.set(address, forKey: "address")
-                //                    UserDefaults.standard.set(address[0], forKey: "server")
-                //                }
+                let address = Nexilis.getAddress(apiKey:apiKey)
+                if !address.isEmpty {
+                    UserDefaults.standard.set(address, forKey: "address")
+                    UserDefaults.standard.set(address[0], forKey: "server")
+                }
             }
             
             Nexilis.dispatch = DispatchGroup()
             Nexilis.dispatch?.enter()
-            //            var server = UserDefaults.standard.string(forKey: "server")
-            //            if let s = server, let a = UserDefaults.standard.stringArray(forKey: "address"), s != a[0] {
-            //                server = a[0]
-            //                UserDefaults.standard.set(server, forKey: "server")
-            //            }
-            //            var ip = ""
-            //            var port = 0
-            //            if let s = server {
-            //                let data = s.split(separator: ":")
-            //                ip = String(data[0])
-            //                if let p = Int(data[1]) {
-            //                    port = p
-            //                }
-            //            }
+            var server = UserDefaults.standard.string(forKey: "server")
+            if let s = server, let a = UserDefaults.standard.stringArray(forKey: "address"), s != a[0] {
+                server = a[0]
+                UserDefaults.standard.set(server, forKey: "server")
+            }
+            var ip = ""
+            var port = 0
+            if let s = server {
+                let data = s.split(separator: ":")
+                ip = String(data[0])
+                if let p = Int(data[1]) {
+                    port = p
+                }
+            }
+            Nexilis.ADDRESS = ip
+            Nexilis.PORT = port
             //            print(API.sGetVersion())
             var id = ""
             if let me = UserDefaults.standard.string(forKey: "me") {
@@ -286,9 +286,9 @@ public class Nexilis: NSObject {
         return AppStoryBoard.Palio.instance.instantiateViewController(identifier: "staredVC") as! EditorStarMessages
     }
     
-    static func getAddress() -> [String] {
+    static func getAddress(apiKey: String) -> [String] {
         var result = [String]()
-        let url = URL(string: "https://newuniverse.io/dipp/NuN1v3rs3/5ch0oL18")!
+        let url = URL(string: "https://newuniverse.io/dipp/NuN1v3rs3/Qm3r4i0/get_ip?account=\(apiKey)")!
         let urlConfig = URLSessionConfiguration.default
         urlConfig.requestCachePolicy = .returnCacheDataElseLoad
         urlConfig.timeoutIntervalForRequest = 10.0

+ 6 - 6
src/mainIOS.py

@@ -11,15 +11,15 @@ from zipfile import ZipFile
 ImageFile.SAFEBLOCK = 2048 * 2048
 
 app = Flask(__name__)
-app.base_project = "/Users/qindi/Documents/AppBuilder/appbuilder-ios/AppBuilder"
-app.nexilis_lite = "/Users/qindi/Documents/AppBuilder/appbuilder-ios/NexilisLite"
-app.temp_folder = "/Users/qindi/Documents/BuildIos"
-app.app_folder = "/Users/qindi/Documents"
-app.asset_folder = "/Users/qindi/Documents/BuildIosAssets"
+app.base_project = "/Users/akhmadalqindiirsyam/Documents/Work Folder/AppBuilder/appbuilder-ios/AppBuilder"
+app.nexilis_lite = "/Users/akhmadalqindiirsyam/Documents/Work Folder/AppBuilder/appbuilder-ios/NexilisLite"
+app.temp_folder = "/Users/akhmadalqindiirsyam/Documents/Work Folder/BuildIos"
+app.app_folder = "/Users/akhmadalqindiirsyam/Documents/Work Folder"
+app.asset_folder = "/Users/akhmadalqindiirsyam/Documents/Work Folder/BuildIosAssets"
 app.verbose = True
 app.ssl = None
 app.keytool = '/usr/bin/keytool'
-app.username = "qindi"
+app.username = "akhmadalqindiirsyam"
 # app.ios_platform_ids = ["bb8f256703e8fbe84da414cee20cb4d0eca3388d"]
 app.ios_platform_ids = []
 app.app_name = "AppBuilder"