From abb8626d32bd4d77d507561ff0db63e47edac83b Mon Sep 17 00:00:00 2001 From: Joe Mattiello Date: Sun, 14 Feb 2021 23:17:48 -0500 Subject: [PATCH 1/8] git ignore .zip files Signed-off-by: Joe Mattiello --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae8ff81a..7fe0ae37 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ _book xcodebuild.log .swiftpm /.bundle +*.zip From 678db916199bee153912501d5269493891e4a9f4 Mon Sep 17 00:00:00 2001 From: Joe Mattiello Date: Mon, 22 Feb 2021 00:12:54 -0500 Subject: [PATCH 2/8] fixes #704 SPM missing imports Signed-off-by: Joe Mattiello --- Sources/Extensions/Array+HeroModifier.swift | 6 ++++++ Sources/HeroModifier.swift | 1 + Sources/HeroTargetState.swift | 1 + 3 files changed, 8 insertions(+) diff --git a/Sources/Extensions/Array+HeroModifier.swift b/Sources/Extensions/Array+HeroModifier.swift index a07a86ca..7db2bd16 100644 --- a/Sources/Extensions/Array+HeroModifier.swift +++ b/Sources/Extensions/Array+HeroModifier.swift @@ -22,6 +22,10 @@ import Foundation +#if canImport(CoreGraphics) +import CoreGraphics +#endif + internal extension Array { func get(_ index: Int) -> Element? { if index < count { @@ -32,12 +36,14 @@ internal extension Array { } internal extension Array where Element: ExprNode { + #if canImport(CoreGraphics) func getCGFloat(_ index: Int) -> CGFloat? { if let s = get(index) as? NumberNode { return CGFloat(s.value) } return nil } + #endif func getDouble(_ index: Int) -> Double? { if let s = get(index) as? NumberNode { return Double(s.value) diff --git a/Sources/HeroModifier.swift b/Sources/HeroModifier.swift index 0b36c3ba..286c36d9 100644 --- a/Sources/HeroModifier.swift +++ b/Sources/HeroModifier.swift @@ -23,6 +23,7 @@ #if canImport(UIKit) import UIKit import CoreGraphics +import QuartzCore public final class HeroModifier { internal let apply:(inout HeroTargetState) -> Void diff --git a/Sources/HeroTargetState.swift b/Sources/HeroTargetState.swift index 449cdd78..198bf978 100644 --- a/Sources/HeroTargetState.swift +++ b/Sources/HeroTargetState.swift @@ -22,6 +22,7 @@ #if canImport(UIKit) import CoreGraphics +import QuartzCore public enum HeroSnapshotType { /// Will optimize for different type of views From a95f2fb9a2184116a38bcb9b69e364073ba82cae Mon Sep 17 00:00:00 2001 From: Joe Mattiello Date: Mon, 22 Feb 2021 00:20:48 -0500 Subject: [PATCH 3/8] closes #703 Move CI depends to Mint Signed-off-by: Joe Mattiello --- Mintfile | 5 ++ Package.resolved | 187 ----------------------------------------------- Package.swift | 9 --- 3 files changed, 5 insertions(+), 196 deletions(-) create mode 100644 Mintfile delete mode 100644 Package.resolved diff --git a/Mintfile b/Mintfile new file mode 100644 index 00000000..7c7f8a02 --- /dev/null +++ b/Mintfile @@ -0,0 +1,5 @@ +# yonaskolb/xcodegen +realm/SwiftLint # Linting Tool +danger/swift.git +nicklockwood/SwiftFormat +# orta/Komondor diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 40069492..00000000 --- a/Package.resolved +++ /dev/null @@ -1,187 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "Commandant", - "repositoryURL": "https://github.com/Carthage/Commandant.git", - "state": { - "branch": null, - "revision": "ab68611013dec67413628ac87c1f29e8427bc8e4", - "version": "0.17.0" - } - }, - { - "package": "Files", - "repositoryURL": "https://github.com/JohnSundell/Files.git", - "state": { - "branch": null, - "revision": "a84615f4558151fab52ac38df697ce2442991f93", - "version": "2.3.0" - } - }, - { - "package": "Komondor", - "repositoryURL": "https://github.com/orta/Komondor", - "state": { - "branch": null, - "revision": "855c74f395a4dc9e02828f58d931be6920bcbf6f", - "version": "1.0.6" - } - }, - { - "package": "Logger", - "repositoryURL": "https://github.com/shibapm/Logger", - "state": { - "branch": null, - "revision": "53c3ecca5abe8cf46697e33901ee774236d94cce", - "version": "0.2.3" - } - }, - { - "package": "Marathon", - "repositoryURL": "https://github.com/JohnSundell/Marathon", - "state": { - "branch": null, - "revision": "35b672e05ac411fb104e462fbfd6541f995abc17", - "version": "3.3.0" - } - }, - { - "package": "Nimble", - "repositoryURL": "https://github.com/Quick/Nimble.git", - "state": { - "branch": null, - "revision": "7a46a5fc86cb917f69e3daf79fcb045283d8f008", - "version": "8.1.2" - } - }, - { - "package": "OctoKit", - "repositoryURL": "https://github.com/nerdishbynature/octokit.swift", - "state": { - "branch": null, - "revision": "c391cfba4d33f3f4c7d7d8fa6708970f7d30af82", - "version": "0.10.1" - } - }, - { - "package": "PackageConfig", - "repositoryURL": "https://github.com/shibapm/PackageConfig.git", - "state": { - "branch": null, - "revision": "bf90dc69fa0792894b08a0b74cf34029694ae486", - "version": "0.13.0" - } - }, - { - "package": "Quick", - "repositoryURL": "https://github.com/Quick/Quick.git", - "state": { - "branch": null, - "revision": "09b3becb37cb2163919a3842a4c5fa6ec7130792", - "version": "2.2.1" - } - }, - { - "package": "Releases", - "repositoryURL": "https://github.com/JohnSundell/Releases.git", - "state": { - "branch": null, - "revision": "ea62f33a429185b0ed21344c2355862c5bc4fcce", - "version": "4.0.0" - } - }, - { - "package": "RequestKit", - "repositoryURL": "https://github.com/nerdishbynature/RequestKit.git", - "state": { - "branch": null, - "revision": "fd5e9e99aada7432170366c9e95967011ce13bad", - "version": "2.4.0" - } - }, - { - "package": "Require", - "repositoryURL": "https://github.com/JohnSundell/Require.git", - "state": { - "branch": null, - "revision": "7cfbd0d8a2dede0e01f6f0d8ab2c7acef1df112e", - "version": "2.0.1" - } - }, - { - "package": "ShellOut", - "repositoryURL": "https://github.com/JohnSundell/ShellOut.git", - "state": { - "branch": null, - "revision": "e1577acf2b6e90086d01a6d5e2b8efdaae033568", - "version": "2.3.0" - } - }, - { - "package": "SourceKitten", - "repositoryURL": "https://github.com/jpsim/SourceKitten.git", - "state": { - "branch": null, - "revision": "c0f960f72fa1e6151695074ffa696e4da6c45ce8", - "version": "0.30.1" - } - }, - { - "package": "danger-swift", - "repositoryURL": "https://github.com/danger/swift.git", - "state": { - "branch": null, - "revision": "33d35bf94f54155be505ffecfca745e4cc1cd0cc", - "version": "1.6.5" - } - }, - { - "package": "SwiftFormat", - "repositoryURL": "https://github.com/nicklockwood/SwiftFormat", - "state": { - "branch": null, - "revision": "d1c8a16cc21a3dfc577fe5e881509501ed22d0ce", - "version": "0.47.11" - } - }, - { - "package": "SwiftLint", - "repositoryURL": "https://github.com/Realm/SwiftLint", - "state": { - "branch": null, - "revision": "d53fc2664df92ef322bfa9ce5238d34f1461526a", - "version": "0.42.0" - } - }, - { - "package": "SwiftyTextTable", - "repositoryURL": "https://github.com/scottrhoyt/SwiftyTextTable.git", - "state": { - "branch": null, - "revision": "c6df6cf533d120716bff38f8ff9885e1ce2a4ac3", - "version": "0.9.0" - } - }, - { - "package": "SWXMLHash", - "repositoryURL": "https://github.com/drmohundro/SWXMLHash.git", - "state": { - "branch": null, - "revision": "9183170d20857753d4f331b0ca63f73c60764bf3", - "version": "5.0.2" - } - }, - { - "package": "Yams", - "repositoryURL": "https://github.com/jpsim/Yams.git", - "state": { - "branch": null, - "revision": "9003d51672e516cc59297b7e96bff1dfdedcb4ea", - "version": "4.0.4" - } - } - ] - }, - "version": 1 -} diff --git a/Package.swift b/Package.swift index 3f760756..31da8b59 100644 --- a/Package.swift +++ b/Package.swift @@ -3,14 +3,6 @@ import PackageDescription -let ciDependencies: [Package.Dependency] = [ - .package(url: "https://github.com/danger/swift.git", from: "1.0.0"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), - .package(url: "https://github.com/Realm/SwiftLint", from: "0.28.1"), - .package(url: "https://github.com/orta/Komondor", from: "1.0.0")] - -let dependencies = ciDependencies - let package = Package( name: "Hero", platforms: [ @@ -22,7 +14,6 @@ let package = Package( type: .dynamic, targets: ["Hero"]), ], - dependencies: dependencies, targets: [ .target(name: "Hero", path: "Sources"), .testTarget(name: "HeroTests", From 3c3d43c00c10e3546721f16042e7175c10072d6e Mon Sep 17 00:00:00 2001 From: "Yilei \"Dolee\" Yang" Date: Wed, 3 Mar 2021 20:29:44 -0800 Subject: [PATCH 4/8] Update the link to material design's motion duration easing links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d178261b..2ceb1190 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ At view controller level, Hero provides several template transitions that you ca        -By default, Hero provides **dynamic duration** based on the [Material Design Motion Guide](https://material.io/guidelines/motion/duration-easing.html). Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations. +By default, Hero provides **dynamic duration** based on the [Material Design Motion Guide](https://material.io/design/motion/speed.html#easing). Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations. Hero doesn't make any assumptions about how the view is built or structured. It won't modify any of your views' states other than hiding them during the animation. This makes it work with **Auto Layout**, **programmatic layout**, **UICollectionView** (without modifying its layout object), **UITableView**, **UINavigationController**, **UITabBarController**, etc... From 6c042497a672ac9ed55943a9ca8f68cf6670b970 Mon Sep 17 00:00:00 2001 From: Joe Mattiello Date: Sat, 6 Mar 2021 19:00:22 -0500 Subject: [PATCH 5/8] Update README.md remove dead link closes #708 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2ceb1190..9099eb51 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ By default, Hero provides **dynamic duration** based on the [Material Design Mot Hero doesn't make any assumptions about how the view is built or structured. It won't modify any of your views' states other than hiding them during the animation. This makes it work with **Auto Layout**, **programmatic layout**, **UICollectionView** (without modifying its layout object), **UITableView**, **UINavigationController**, **UITabBarController**, etc... -## Example Gallery - -Checkout the [Example Gallery Blog Post](http://lkzhao.com/2016/12/28/hero.html) for a general idea of what you can achieve with **Hero** - ## Usage Example 1 From f2085c4fc9af99ff9e7e08541fa02027a0d513ff Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Sat, 6 Mar 2021 19:10:36 -0500 Subject: [PATCH 6/8] 1.6.1 Release bump --- .jazzy.yaml | 4 ++-- CHANGELOG.md | 15 +++++++++++++++ Hero.podspec | 2 +- Hero.xcodeproj/project.pbxproj | 16 ++++++++-------- README.md | 4 ++-- 5 files changed, 28 insertions(+), 13 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index cb52011a..af4d8469 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,6 +1,6 @@ # ---- About ---- module: Hero -module_version: 1.6.0 +module_version: 1.6.1 author: HeroTransitions readme: README.md copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/LICENSE) for more details.' @@ -9,7 +9,7 @@ copyright: 'See [license](https://github.com/HeroTransitions/Hero/blob/develop/L author_url: https://herotransitions.github.io/Hero/ dash_url: https://herotransitions.github.io/Hero/docsets/Hero.xml github_url: https://github.com/HeroTransitions/Hero/ -github_file_prefix: https://github.com/HeroTransitions/Hero/tree/1.6.0/ +github_file_prefix: https://github.com/HeroTransitions/Hero/tree/1.6.1/ # ---- Sources ---- podspec: Hero.podspec diff --git a/CHANGELOG.md b/CHANGELOG.md index 9976b70c..5a906ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransitions/Hero/releases) on GitHub. -------------------------------------- +## [1.6.1](https://github.com/HeroTransitions/Hero/releases/tag/1.6.1) + +### Added + +- git ignore .zip files + +### Changed + +- closes #703 Move CI depends to Mint +### Fixed + +- Update README.md remove dead link closes #708 +- Update the link to material design's motion duration easing links. +- fixes #704 SPM missing imports ## [1.6.0](https://github.com/HeroTransitions/Hero/releases/tag/1.6.0) ### Added @@ -14,6 +28,7 @@ The changelog for `Hero`. Also see the [releases](https://github.com/HeroTransit - #595 - Add Accio supported badge - #619 - XCode 11/12 support in example - CI/CD improvements + ### Changed - #648 - Updated iOS version support diff --git a/Hero.podspec b/Hero.podspec index fbfe5122..fc0c083f 100644 --- a/Hero.podspec +++ b/Hero.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'Hero' - s.version = '1.6.0' + s.version = '1.6.1' s.summary = 'Elegant transition library for iOS' s.description = <<-DESC diff --git a/Hero.xcodeproj/project.pbxproj b/Hero.xcodeproj/project.pbxproj index e7caea2a..22cb88b8 100644 --- a/Hero.xcodeproj/project.pbxproj +++ b/Hero.xcodeproj/project.pbxproj @@ -1201,7 +1201,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero; PRODUCT_NAME = Hero; SDKROOT = appletvos; @@ -1233,7 +1233,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero; PRODUCT_NAME = Hero; SDKROOT = appletvos; @@ -1259,7 +1259,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; @@ -1282,7 +1282,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.HeroTvOSExamples; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; @@ -1315,7 +1315,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero; PRODUCT_NAME = Hero; SKIP_INSTALL = YES; @@ -1347,7 +1347,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; PRODUCT_BUNDLE_IDENTIFIER = com.lkzhao.Hero; PRODUCT_NAME = Hero; SKIP_INSTALL = YES; @@ -1486,7 +1486,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; OTHER_LDFLAGS = ( "$(inherited)", "-framework", @@ -1519,7 +1519,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.6.0; + MARKETING_VERSION = 1.6.1; OTHER_LDFLAGS = ( "$(inherited)", "-framework", diff --git a/README.md b/README.md index 9099eb51..12c182cd 100644 --- a/README.md +++ b/README.md @@ -147,11 +147,11 @@ let package = Package( targets: ["MyPackage"]), ], dependencies: [ - .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.0")) + .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.1")) ], targets: [ .target( - name: "MyPackage", + name: "MyPackage",1.6.1 dependencies: ["Hero"]) ] ) From 5715db1c8d19c626f741bf449f593c64b0eec4af Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Sat, 6 Mar 2021 19:13:27 -0500 Subject: [PATCH 7/8] 1.6.1 Jazzy Docs --- docs/Classes.html | 34 +- docs/Classes/BinaryOpNode.html | 12 +- docs/Classes/CallNode.html | 10 +- docs/Classes/ExprNode.html | 12 +- docs/Classes/FunctionNode.html | 12 +- docs/Classes/Hero.html | 6 +- docs/Classes/HeroContext.html | 26 +- docs/Classes/HeroDebugPlugin.html | 2 +- docs/Classes/HeroExtension.html | 44 +- docs/Classes/HeroModifier.html | 122 +- docs/Classes/HeroPlugin.html | 34 +- docs/Classes/HeroTransition.html | 94 +- docs/Classes/Lexer.html | 8 +- docs/Classes/NumberNode.html | 10 +- docs/Classes/Parser.html | 8 +- docs/Classes/PrototypeNode.html | 10 +- docs/Classes/VariableNode.html | 6 +- docs/Enums.html | 18 +- docs/Enums/CascadeDirection.html | 20 +- docs/Enums/HeroCoordinateSpace.html | 8 +- docs/Enums/HeroDefaultAnimationType.html | 42 +- .../HeroDefaultAnimationType/Direction.html | 22 +- .../HeroDefaultAnimationType/Strategy.html | 10 +- docs/Enums/HeroSnapshotType.html | 12 +- docs/Enums/HeroTransitionState.html | 14 +- docs/Enums/HeroViewOrderingStrategy.html | 10 +- docs/Enums/ParseError.html | 16 +- docs/Enums/Token.html | 16 +- docs/Extensions.html | 2 +- docs/Extensions/CAMediaTimingFunction.html | 22 +- docs/Extensions/CATransform3D.html | 4 +- docs/Extensions/HeroDebugView.html | 2 +- docs/Extensions/String.html | 4 +- docs/Extensions/UINavigationController.html | 2 +- docs/Extensions/UITabBarController.html | 6 +- docs/Extensions/UIView.html | 12 +- docs/Extensions/UIViewController.html | 26 +- docs/Functions.html | 4 +- docs/Protocols.html | 18 +- docs/Protocols/HeroAnimator.html | 20 +- docs/Protocols/HeroCompatible.html | 8 +- docs/Protocols/HeroCustomSnapshotView.html | 6 +- docs/Protocols/HeroPreprocessor.html | 8 +- .../Protocols/HeroProgressUpdateObserver.html | 6 +- docs/Protocols/HeroStringConvertible.html | 6 +- docs/Protocols/HeroTransitionDelegate.html | 8 +- .../Protocols/HeroViewControllerDelegate.html | 22 +- docs/Structs.html | 6 +- docs/Structs/HeroConditionalContext.html | 30 +- docs/Structs/HeroTargetState.html | 82 +- .../Contents/Resources/Documents/Classes.html | 34 +- .../Documents/Classes/BinaryOpNode.html | 12 +- .../Resources/Documents/Classes/CallNode.html | 10 +- .../Resources/Documents/Classes/ExprNode.html | 12 +- .../Documents/Classes/FunctionNode.html | 12 +- .../Resources/Documents/Classes/Hero.html | 6 +- .../Documents/Classes/HeroContext.html | 26 +- .../Documents/Classes/HeroDebugPlugin.html | 2 +- .../Documents/Classes/HeroExtension.html | 44 +- .../Documents/Classes/HeroModifier.html | 122 +- .../Documents/Classes/HeroPlugin.html | 34 +- .../Documents/Classes/HeroTransition.html | 94 +- .../Resources/Documents/Classes/Lexer.html | 8 +- .../Documents/Classes/NumberNode.html | 10 +- .../Resources/Documents/Classes/Parser.html | 8 +- .../Documents/Classes/PrototypeNode.html | 10 +- .../Documents/Classes/VariableNode.html | 6 +- .../Contents/Resources/Documents/Enums.html | 18 +- .../Documents/Enums/CascadeDirection.html | 20 +- .../Documents/Enums/HeroCoordinateSpace.html | 8 +- .../Enums/HeroDefaultAnimationType.html | 42 +- .../HeroDefaultAnimationType/Direction.html | 22 +- .../HeroDefaultAnimationType/Strategy.html | 10 +- .../Documents/Enums/HeroSnapshotType.html | 12 +- .../Documents/Enums/HeroTransitionState.html | 14 +- .../Enums/HeroViewOrderingStrategy.html | 10 +- .../Resources/Documents/Enums/ParseError.html | 16 +- .../Resources/Documents/Enums/Token.html | 16 +- .../Resources/Documents/Extensions.html | 2 +- .../Extensions/CAMediaTimingFunction.html | 22 +- .../Documents/Extensions/CATransform3D.html | 4 +- .../Documents/Extensions/HeroDebugView.html | 2 +- .../Documents/Extensions/String.html | 4 +- .../Extensions/UINavigationController.html | 2 +- .../Extensions/UITabBarController.html | 6 +- .../Documents/Extensions/UIView.html | 12 +- .../Extensions/UIViewController.html | 26 +- .../Resources/Documents/Functions.html | 4 +- .../Resources/Documents/Protocols.html | 18 +- .../Documents/Protocols/HeroAnimator.html | 20 +- .../Documents/Protocols/HeroCompatible.html | 8 +- .../Protocols/HeroCustomSnapshotView.html | 6 +- .../Documents/Protocols/HeroPreprocessor.html | 8 +- .../Protocols/HeroProgressUpdateObserver.html | 6 +- .../Protocols/HeroStringConvertible.html | 6 +- .../Protocols/HeroTransitionDelegate.html | 8 +- .../Protocols/HeroViewControllerDelegate.html | 22 +- .../Contents/Resources/Documents/Structs.html | 6 +- .../Structs/HeroConditionalContext.html | 30 +- .../Documents/Structs/HeroTargetState.html | 82 +- .../Contents/Resources/Documents/index.html | 11 +- docs/docsets/Hero.tgz | Bin 158472 -> 158406 bytes docs/index.html | 11 +- docs/undocumented.json | 1534 ++++++++--------- 104 files changed, 1717 insertions(+), 1723 deletions(-) diff --git a/docs/Classes.html b/docs/Classes.html index d411cccd..105653a3 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -363,7 +363,7 @@

Declaration

@@ -394,7 +394,7 @@

Declaration

@@ -425,7 +425,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -580,7 +580,7 @@

Declaration

@@ -611,7 +611,7 @@

Declaration

@@ -642,7 +642,7 @@

Declaration

@@ -673,7 +673,7 @@

Declaration

@@ -709,7 +709,7 @@

Declaration

@@ -748,7 +748,7 @@

Declaration

diff --git a/docs/Classes/BinaryOpNode.html b/docs/Classes/BinaryOpNode.html index dd4922ad..9ab5bd49 100644 --- a/docs/Classes/BinaryOpNode.html +++ b/docs/Classes/BinaryOpNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

BinaryOpNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

diff --git a/docs/Classes/CallNode.html b/docs/Classes/CallNode.html index fc333136..563ecd01 100644 --- a/docs/Classes/CallNode.html +++ b/docs/Classes/CallNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

CallNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/Classes/ExprNode.html b/docs/Classes/ExprNode.html index 94e4f0bf..7614ebb8 100644 --- a/docs/Classes/ExprNode.html +++ b/docs/Classes/ExprNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

ExprNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -337,7 +337,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

diff --git a/docs/Classes/FunctionNode.html b/docs/Classes/FunctionNode.html index db32f439..c625b817 100644 --- a/docs/Classes/FunctionNode.html +++ b/docs/Classes/FunctionNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

FunctionNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

diff --git a/docs/Classes/Hero.html b/docs/Classes/Hero.html index 9cbc07ff..f95fc74d 100644 --- a/docs/Classes/Hero.html +++ b/docs/Classes/Hero.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -252,7 +252,7 @@

@@ -286,7 +286,7 @@

Declaration

diff --git a/docs/Classes/HeroContext.html b/docs/Classes/HeroContext.html index 70784774..de89f403 100644 --- a/docs/Classes/HeroContext.html +++ b/docs/Classes/HeroContext.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroContext

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -371,7 +371,7 @@

Return Value

a source view matching the heroID, nil if not found

@@ -404,7 +404,7 @@

Return Value

a destination view matching the heroID, nil if not found

@@ -437,7 +437,7 @@

Return Value

a view with the same heroID, but on different view controller, nil if not found

@@ -470,7 +470,7 @@

Return Value

a snapshot view for animation

@@ -500,7 +500,7 @@

Declaration

@@ -530,7 +530,7 @@

Declaration

@@ -560,7 +560,7 @@

Declaration

@@ -590,7 +590,7 @@

Declaration

diff --git a/docs/Classes/HeroDebugPlugin.html b/docs/Classes/HeroDebugPlugin.html index 0e94acaa..9f109d77 100644 --- a/docs/Classes/HeroDebugPlugin.html +++ b/docs/Classes/HeroDebugPlugin.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/Classes/HeroExtension.html b/docs/Classes/HeroExtension.html index b86443cb..e3115695 100644 --- a/docs/Classes/HeroExtension.html +++ b/docs/Classes/HeroExtension.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroExtension

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -325,7 +325,7 @@

Declaration

@@ -356,7 +356,7 @@

Declaration

@@ -387,7 +387,7 @@

Declaration

@@ -417,7 +417,7 @@

Declaration

@@ -447,7 +447,7 @@

Declaration

@@ -490,7 +490,7 @@

Declaration

@@ -520,7 +520,7 @@

Declaration

@@ -550,7 +550,7 @@

Declaration

@@ -593,7 +593,7 @@

Declaration

@@ -623,7 +623,7 @@

Declaration

@@ -666,7 +666,7 @@

Declaration

@@ -696,7 +696,7 @@

Declaration

@@ -740,7 +740,7 @@

Declaration

@@ -770,7 +770,7 @@

Declaration

@@ -800,7 +800,7 @@

Declaration

@@ -830,7 +830,7 @@

Declaration

@@ -860,7 +860,7 @@

Declaration

@@ -890,7 +890,7 @@

Declaration

@@ -920,7 +920,7 @@

Declaration

diff --git a/docs/Classes/HeroModifier.html b/docs/Classes/HeroModifier.html index 0b8608f6..b0e80b28 100644 --- a/docs/Classes/HeroModifier.html +++ b/docs/Classes/HeroModifier.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroModifier

Undocumented

@@ -279,7 +279,7 @@

Declaration

@@ -312,7 +312,7 @@

Declaration

@@ -342,7 +342,7 @@

Declaration

@@ -372,7 +372,7 @@

Declaration

@@ -410,7 +410,7 @@

Declaration

@@ -440,7 +440,7 @@

Declaration

@@ -474,7 +474,7 @@

Declaration

@@ -509,7 +509,7 @@

Declaration

@@ -539,7 +539,7 @@

Declaration

@@ -570,7 +570,7 @@

Declaration

@@ -602,7 +602,7 @@

Declaration

@@ -634,7 +634,7 @@

Declaration

@@ -665,7 +665,7 @@

Declaration

@@ -695,7 +695,7 @@

Declaration

@@ -725,7 +725,7 @@

Declaration

@@ -755,7 +755,7 @@

Declaration

@@ -789,7 +789,7 @@

Declaration

@@ -823,7 +823,7 @@

Declaration

@@ -857,7 +857,7 @@

Declaration

@@ -891,7 +891,7 @@

Declaration

@@ -927,7 +927,7 @@

Declaration

@@ -961,7 +961,7 @@

Declaration

@@ -997,7 +997,7 @@

Declaration

@@ -1027,7 +1027,7 @@

Declaration

@@ -1063,7 +1063,7 @@

Declaration

@@ -1093,7 +1093,7 @@

Declaration

@@ -1127,7 +1127,7 @@

Declaration

@@ -1174,7 +1174,7 @@

Declaration

@@ -1208,7 +1208,7 @@

Declaration

@@ -1242,7 +1242,7 @@

Declaration

@@ -1277,7 +1277,7 @@

Declaration

@@ -1311,7 +1311,7 @@

Declaration

@@ -1345,7 +1345,7 @@

Declaration

@@ -1379,7 +1379,7 @@

Declaration

@@ -1413,7 +1413,7 @@

Declaration

@@ -1447,7 +1447,7 @@

Declaration

@@ -1481,7 +1481,7 @@

Declaration

@@ -1515,7 +1515,7 @@

Declaration

@@ -1549,7 +1549,7 @@

Declaration

@@ -1583,7 +1583,7 @@

Declaration

@@ -1617,7 +1617,7 @@

Declaration

@@ -1651,7 +1651,7 @@

Declaration

@@ -1687,7 +1687,7 @@

Declaration

@@ -1717,7 +1717,7 @@

Declaration

@@ -1751,7 +1751,7 @@

Declaration

@@ -1785,7 +1785,7 @@

Declaration

@@ -1821,7 +1821,7 @@

Declaration

@@ -1874,7 +1874,7 @@

Declaration

@@ -1904,7 +1904,7 @@

Declaration

@@ -1939,7 +1939,7 @@

Declaration

@@ -1969,7 +1969,7 @@

Declaration

@@ -2007,7 +2007,7 @@

Declaration

@@ -2037,7 +2037,7 @@

Declaration

@@ -2067,7 +2067,7 @@

Declaration

@@ -2097,7 +2097,7 @@

Declaration

@@ -2127,7 +2127,7 @@

Declaration

@@ -2157,7 +2157,7 @@

Declaration

@@ -2187,7 +2187,7 @@

Declaration

@@ -2217,7 +2217,7 @@

Declaration

diff --git a/docs/Classes/HeroPlugin.html b/docs/Classes/HeroPlugin.html index 1dd001fd..8f5eb7c0 100644 --- a/docs/Classes/HeroPlugin.html +++ b/docs/Classes/HeroPlugin.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroPlugin

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -345,7 +345,7 @@

Declaration

@@ -375,7 +375,7 @@

Declaration

@@ -459,7 +459,7 @@

Parameters

@@ -537,7 +537,7 @@

Return Value

return true if the plugin can handle animating the view.

@@ -616,7 +616,7 @@

Return Value

The duration needed to complete the animation

@@ -648,7 +648,7 @@

Declaration

@@ -700,7 +700,7 @@

Parameters

@@ -738,7 +738,7 @@

Declaration

@@ -801,7 +801,7 @@

Parameters

@@ -831,7 +831,7 @@

Declaration

@@ -861,7 +861,7 @@

Declaration

@@ -891,7 +891,7 @@

Declaration

@@ -921,7 +921,7 @@

Declaration

diff --git a/docs/Classes/HeroTransition.html b/docs/Classes/HeroTransition.html index dbeacb71..9d465173 100644 --- a/docs/Classes/HeroTransition.html +++ b/docs/Classes/HeroTransition.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -249,7 +249,7 @@

HeroTransition

Undocumented

@@ -283,7 +283,7 @@

Declaration

@@ -313,7 +313,7 @@

Declaration

@@ -343,7 +343,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

@@ -403,7 +403,7 @@

Declaration

@@ -433,7 +433,7 @@

Declaration

@@ -463,7 +463,7 @@

Declaration

@@ -493,7 +493,7 @@

Declaration

@@ -523,7 +523,7 @@

Declaration

@@ -553,7 +553,7 @@

Declaration

@@ -583,7 +583,7 @@

Declaration

@@ -614,7 +614,7 @@

Declaration

@@ -644,7 +644,7 @@

Declaration

@@ -674,7 +674,7 @@

Declaration

@@ -704,7 +704,7 @@

Declaration

@@ -734,7 +734,7 @@

Declaration

@@ -764,7 +764,7 @@

Declaration

@@ -794,7 +794,7 @@

Declaration

@@ -824,7 +824,7 @@

Declaration

@@ -872,7 +872,7 @@

Declaration

@@ -902,7 +902,7 @@

Declaration

@@ -932,7 +932,7 @@

Declaration

@@ -962,7 +962,7 @@

Declaration

@@ -996,7 +996,7 @@

Declaration

@@ -1028,7 +1028,7 @@

Declaration

@@ -1060,7 +1060,7 @@

Declaration

@@ -1101,7 +1101,7 @@

Declaration

@@ -1143,7 +1143,7 @@

Declaration

@@ -1173,7 +1173,7 @@

Declaration

@@ -1203,7 +1203,7 @@

Declaration

@@ -1233,7 +1233,7 @@

Declaration

@@ -1263,7 +1263,7 @@

Declaration

@@ -1293,7 +1293,7 @@

Declaration

@@ -1323,7 +1323,7 @@

Declaration

@@ -1353,7 +1353,7 @@

Declaration

@@ -1383,7 +1383,7 @@

Declaration

@@ -1413,7 +1413,7 @@

Declaration

@@ -1443,7 +1443,7 @@

Declaration

@@ -1473,7 +1473,7 @@

Declaration

@@ -1503,7 +1503,7 @@

Declaration

@@ -1533,7 +1533,7 @@

Declaration

@@ -1563,7 +1563,7 @@

Declaration

@@ -1593,7 +1593,7 @@

Declaration

@@ -1623,7 +1623,7 @@

Declaration

@@ -1653,7 +1653,7 @@

Declaration

diff --git a/docs/Classes/Lexer.html b/docs/Classes/Lexer.html index 8255583a..471702aa 100644 --- a/docs/Classes/Lexer.html +++ b/docs/Classes/Lexer.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Lexer

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Classes/NumberNode.html b/docs/Classes/NumberNode.html index 7598ef85..777ec6f3 100644 --- a/docs/Classes/NumberNode.html +++ b/docs/Classes/NumberNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

NumberNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/Classes/Parser.html b/docs/Classes/Parser.html index 4a062e73..a996a068 100644 --- a/docs/Classes/Parser.html +++ b/docs/Classes/Parser.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Parser

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Classes/PrototypeNode.html b/docs/Classes/PrototypeNode.html index de64dc06..7779f73d 100644 --- a/docs/Classes/PrototypeNode.html +++ b/docs/Classes/PrototypeNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

PrototypeNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/Classes/VariableNode.html b/docs/Classes/VariableNode.html index f98ae03c..cd99af44 100644 --- a/docs/Classes/VariableNode.html +++ b/docs/Classes/VariableNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

VariableNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/Enums.html b/docs/Enums.html index 3487fce2..290f8363 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -362,7 +362,7 @@

Declaration

@@ -393,7 +393,7 @@

Declaration

@@ -424,7 +424,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

diff --git a/docs/Enums/CascadeDirection.html b/docs/Enums/CascadeDirection.html index 8e28bd2a..a4bd8254 100644 --- a/docs/Enums/CascadeDirection.html +++ b/docs/Enums/CascadeDirection.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

CascadeDirection

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

diff --git a/docs/Enums/HeroCoordinateSpace.html b/docs/Enums/HeroCoordinateSpace.html index 742aca62..4b88a48c 100644 --- a/docs/Enums/HeroCoordinateSpace.html +++ b/docs/Enums/HeroCoordinateSpace.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCoordinateSpace

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Enums/HeroDefaultAnimationType.html b/docs/Enums/HeroDefaultAnimationType.html index 6550884c..a7cc97ad 100644 --- a/docs/Enums/HeroDefaultAnimationType.html +++ b/docs/Enums/HeroDefaultAnimationType.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroDefaultAnimationType

Undocumented

@@ -280,7 +280,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -341,7 +341,7 @@

Declaration

@@ -371,7 +371,7 @@

Declaration

@@ -401,7 +401,7 @@

Declaration

@@ -431,7 +431,7 @@

Declaration

@@ -461,7 +461,7 @@

Declaration

@@ -491,7 +491,7 @@

Declaration

@@ -521,7 +521,7 @@

Declaration

@@ -551,7 +551,7 @@

Declaration

@@ -581,7 +581,7 @@

Declaration

@@ -611,7 +611,7 @@

Declaration

@@ -641,7 +641,7 @@

Declaration

@@ -671,7 +671,7 @@

Declaration

@@ -701,7 +701,7 @@

Declaration

@@ -731,7 +731,7 @@

Declaration

@@ -761,7 +761,7 @@

Declaration

@@ -791,7 +791,7 @@

Declaration

@@ -821,7 +821,7 @@

Declaration

diff --git a/docs/Enums/HeroDefaultAnimationType/Direction.html b/docs/Enums/HeroDefaultAnimationType/Direction.html index dcdb5d86..298b8dd6 100644 --- a/docs/Enums/HeroDefaultAnimationType/Direction.html +++ b/docs/Enums/HeroDefaultAnimationType/Direction.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Direction

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

diff --git a/docs/Enums/HeroDefaultAnimationType/Strategy.html b/docs/Enums/HeroDefaultAnimationType/Strategy.html index 5e7fd8ee..8f5aed96 100644 --- a/docs/Enums/HeroDefaultAnimationType/Strategy.html +++ b/docs/Enums/HeroDefaultAnimationType/Strategy.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Strategy

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/Enums/HeroSnapshotType.html b/docs/Enums/HeroSnapshotType.html index e0586c13..f7c06fb1 100644 --- a/docs/Enums/HeroSnapshotType.html +++ b/docs/Enums/HeroSnapshotType.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroSnapshotType

Undocumented

@@ -281,7 +281,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -341,7 +341,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

diff --git a/docs/Enums/HeroTransitionState.html b/docs/Enums/HeroTransitionState.html index 98b22b56..cb6d1896 100644 --- a/docs/Enums/HeroTransitionState.html +++ b/docs/Enums/HeroTransitionState.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroTransitionState

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

diff --git a/docs/Enums/HeroViewOrderingStrategy.html b/docs/Enums/HeroViewOrderingStrategy.html index 1f472faf..6b2aa737 100644 --- a/docs/Enums/HeroViewOrderingStrategy.html +++ b/docs/Enums/HeroViewOrderingStrategy.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroViewOrderingStrategy

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/Enums/ParseError.html b/docs/Enums/ParseError.html index 243375fd..42ce353c 100644 --- a/docs/Enums/ParseError.html +++ b/docs/Enums/ParseError.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

ParseError

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

diff --git a/docs/Enums/Token.html b/docs/Enums/Token.html index d03e94fe..c1549c95 100644 --- a/docs/Enums/Token.html +++ b/docs/Enums/Token.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Token

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

diff --git a/docs/Extensions.html b/docs/Extensions.html index 0233689c..88127419 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/Extensions/CAMediaTimingFunction.html b/docs/Extensions/CAMediaTimingFunction.html index f29a3ee1..50046314 100644 --- a/docs/Extensions/CAMediaTimingFunction.html +++ b/docs/Extensions/CAMediaTimingFunction.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -304,7 +304,7 @@

Declaration

@@ -334,7 +334,7 @@

Declaration

@@ -364,7 +364,7 @@

Declaration

@@ -394,7 +394,7 @@

Declaration

@@ -424,7 +424,7 @@

Declaration

@@ -454,7 +454,7 @@

Declaration

@@ -484,7 +484,7 @@

Declaration

@@ -514,7 +514,7 @@

Declaration

@@ -544,7 +544,7 @@

Declaration

diff --git a/docs/Extensions/CATransform3D.html b/docs/Extensions/CATransform3D.html index 5d793d81..dda52add 100644 --- a/docs/Extensions/CATransform3D.html +++ b/docs/Extensions/CATransform3D.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -273,7 +273,7 @@

Declaration

diff --git a/docs/Extensions/HeroDebugView.html b/docs/Extensions/HeroDebugView.html index e6f7d42f..bf43e449 100644 --- a/docs/Extensions/HeroDebugView.html +++ b/docs/Extensions/HeroDebugView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/Extensions/String.html b/docs/Extensions/String.html index 768b2984..ca0b6c12 100644 --- a/docs/Extensions/String.html +++ b/docs/Extensions/String.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

diff --git a/docs/Extensions/UINavigationController.html b/docs/Extensions/UINavigationController.html index 105ce6b9..ff8aea0e 100644 --- a/docs/Extensions/UINavigationController.html +++ b/docs/Extensions/UINavigationController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/Extensions/UITabBarController.html b/docs/Extensions/UITabBarController.html index 89b9fce5..438c1b7d 100644 --- a/docs/Extensions/UITabBarController.html +++ b/docs/Extensions/UITabBarController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -305,7 +305,7 @@

Declaration

diff --git a/docs/Extensions/UIView.html b/docs/Extensions/UIView.html index 1698a65f..1d8e94e6 100644 --- a/docs/Extensions/UIView.html +++ b/docs/Extensions/UIView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -275,7 +275,7 @@

Declaration

@@ -306,7 +306,7 @@

Declaration

@@ -337,7 +337,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

diff --git a/docs/Extensions/UIViewController.html b/docs/Extensions/UIViewController.html index 00dc042a..76394f4a 100644 --- a/docs/Extensions/UIViewController.html +++ b/docs/Extensions/UIViewController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -305,7 +305,7 @@

Declaration

@@ -336,7 +336,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

@@ -397,7 +397,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -459,7 +459,7 @@

Declaration

@@ -489,7 +489,7 @@

Declaration

@@ -519,7 +519,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -579,7 +579,7 @@

Declaration

@@ -609,7 +609,7 @@

Declaration

diff --git a/docs/Functions.html b/docs/Functions.html index 8c89e74e..f68e8111 100644 --- a/docs/Functions.html +++ b/docs/Functions.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -268,7 +268,7 @@

Declaration

diff --git a/docs/Protocols.html b/docs/Protocols.html index f56763b9..c1f5ab38 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -362,7 +362,7 @@

Declaration

@@ -393,7 +393,7 @@

Declaration

@@ -425,7 +425,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

diff --git a/docs/Protocols/HeroAnimator.html b/docs/Protocols/HeroAnimator.html index 5a3b0cff..4f07a536 100644 --- a/docs/Protocols/HeroAnimator.html +++ b/docs/Protocols/HeroAnimator.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroAnimator

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

diff --git a/docs/Protocols/HeroCompatible.html b/docs/Protocols/HeroCompatible.html index b8dc30ef..757bd817 100644 --- a/docs/Protocols/HeroCompatible.html +++ b/docs/Protocols/HeroCompatible.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCompatible

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

diff --git a/docs/Protocols/HeroCustomSnapshotView.html b/docs/Protocols/HeroCustomSnapshotView.html index 8baf588c..52dba90e 100644 --- a/docs/Protocols/HeroCustomSnapshotView.html +++ b/docs/Protocols/HeroCustomSnapshotView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCustomSnapshotView

Allows a view to create their own custom snapshot when using Optimized snapshot

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/Protocols/HeroPreprocessor.html b/docs/Protocols/HeroPreprocessor.html index 4935326c..cfcce0c0 100644 --- a/docs/Protocols/HeroPreprocessor.html +++ b/docs/Protocols/HeroPreprocessor.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroPreprocessor

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Protocols/HeroProgressUpdateObserver.html b/docs/Protocols/HeroProgressUpdateObserver.html index 55b84b78..359c6dfc 100644 --- a/docs/Protocols/HeroProgressUpdateObserver.html +++ b/docs/Protocols/HeroProgressUpdateObserver.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroProgressUpdateObserver

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/Protocols/HeroStringConvertible.html b/docs/Protocols/HeroStringConvertible.html index 4d7d1969..69a62061 100644 --- a/docs/Protocols/HeroStringConvertible.html +++ b/docs/Protocols/HeroStringConvertible.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroStringConvertible

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/Protocols/HeroTransitionDelegate.html b/docs/Protocols/HeroTransitionDelegate.html index feda1984..ba4ffa26 100644 --- a/docs/Protocols/HeroTransitionDelegate.html +++ b/docs/Protocols/HeroTransitionDelegate.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroTransitionDelegate

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Protocols/HeroViewControllerDelegate.html b/docs/Protocols/HeroViewControllerDelegate.html index 46a5ee64..c473bab3 100644 --- a/docs/Protocols/HeroViewControllerDelegate.html +++ b/docs/Protocols/HeroViewControllerDelegate.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroViewControllerDelegate

Undocumented

@@ -280,7 +280,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -342,7 +342,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

@@ -404,7 +404,7 @@

Declaration

@@ -435,7 +435,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -497,7 +497,7 @@

Declaration

@@ -528,7 +528,7 @@

Declaration

diff --git a/docs/Structs.html b/docs/Structs.html index db180823..812a9415 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -270,7 +270,7 @@

Declaration

@@ -301,7 +301,7 @@

Declaration

diff --git a/docs/Structs/HeroConditionalContext.html b/docs/Structs/HeroConditionalContext.html index bcb736a8..54e429a3 100644 --- a/docs/Structs/HeroConditionalContext.html +++ b/docs/Structs/HeroConditionalContext.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroConditionalContext

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

@@ -548,7 +548,7 @@

Declaration

@@ -578,7 +578,7 @@

Declaration

@@ -608,7 +608,7 @@

Declaration

@@ -638,7 +638,7 @@

Declaration

diff --git a/docs/Structs/HeroTargetState.html b/docs/Structs/HeroTargetState.html index 72f1c9f9..14056d45 100644 --- a/docs/Structs/HeroTargetState.html +++ b/docs/Structs/HeroTargetState.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroTargetState

Undocumented

@@ -279,7 +279,7 @@

Declaration

@@ -309,7 +309,7 @@

Declaration

@@ -339,7 +339,7 @@

Declaration

@@ -369,7 +369,7 @@

Declaration

@@ -399,7 +399,7 @@

Declaration

@@ -429,7 +429,7 @@

Declaration

@@ -459,7 +459,7 @@

Declaration

@@ -489,7 +489,7 @@

Declaration

@@ -519,7 +519,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -579,7 +579,7 @@

Declaration

@@ -609,7 +609,7 @@

Declaration

@@ -639,7 +639,7 @@

Declaration

@@ -669,7 +669,7 @@

Declaration

@@ -699,7 +699,7 @@

Declaration

@@ -729,7 +729,7 @@

Declaration

@@ -759,7 +759,7 @@

Declaration

@@ -789,7 +789,7 @@

Declaration

@@ -819,7 +819,7 @@

Declaration

@@ -849,7 +849,7 @@

Declaration

@@ -879,7 +879,7 @@

Declaration

@@ -909,7 +909,7 @@

Declaration

@@ -939,7 +939,7 @@

Declaration

@@ -969,7 +969,7 @@

Declaration

@@ -999,7 +999,7 @@

Declaration

@@ -1029,7 +1029,7 @@

Declaration

@@ -1059,7 +1059,7 @@

Declaration

@@ -1089,7 +1089,7 @@

Declaration

@@ -1119,7 +1119,7 @@

Declaration

@@ -1149,7 +1149,7 @@

Declaration

@@ -1179,7 +1179,7 @@

Declaration

@@ -1209,7 +1209,7 @@

Declaration

@@ -1239,7 +1239,7 @@

Declaration

@@ -1269,7 +1269,7 @@

Declaration

@@ -1299,7 +1299,7 @@

Declaration

@@ -1329,7 +1329,7 @@

Declaration

@@ -1359,7 +1359,7 @@

Declaration

@@ -1392,7 +1392,7 @@

Return Value

custom item for a specific key

@@ -1421,7 +1421,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes.html index d411cccd..105653a3 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -363,7 +363,7 @@

Declaration

@@ -394,7 +394,7 @@

Declaration

@@ -425,7 +425,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -580,7 +580,7 @@

Declaration

@@ -611,7 +611,7 @@

Declaration

@@ -642,7 +642,7 @@

Declaration

@@ -673,7 +673,7 @@

Declaration

@@ -709,7 +709,7 @@

Declaration

@@ -748,7 +748,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/BinaryOpNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/BinaryOpNode.html index dd4922ad..9ab5bd49 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/BinaryOpNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/BinaryOpNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

BinaryOpNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/CallNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/CallNode.html index fc333136..563ecd01 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/CallNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/CallNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

CallNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/ExprNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/ExprNode.html index 94e4f0bf..7614ebb8 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/ExprNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/ExprNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

ExprNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -337,7 +337,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/FunctionNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/FunctionNode.html index db32f439..c625b817 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/FunctionNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/FunctionNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

FunctionNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Hero.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Hero.html index 9cbc07ff..f95fc74d 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Hero.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Hero.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -252,7 +252,7 @@

@@ -286,7 +286,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroContext.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroContext.html index 70784774..de89f403 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroContext.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroContext.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroContext

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -371,7 +371,7 @@

Return Value

a source view matching the heroID, nil if not found

@@ -404,7 +404,7 @@

Return Value

a destination view matching the heroID, nil if not found

@@ -437,7 +437,7 @@

Return Value

a view with the same heroID, but on different view controller, nil if not found

@@ -470,7 +470,7 @@

Return Value

a snapshot view for animation

@@ -500,7 +500,7 @@

Declaration

@@ -530,7 +530,7 @@

Declaration

@@ -560,7 +560,7 @@

Declaration

@@ -590,7 +590,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroDebugPlugin.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroDebugPlugin.html index 0e94acaa..9f109d77 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroDebugPlugin.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroDebugPlugin.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroExtension.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroExtension.html index b86443cb..e3115695 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroExtension.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroExtension.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroExtension

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -325,7 +325,7 @@

Declaration

@@ -356,7 +356,7 @@

Declaration

@@ -387,7 +387,7 @@

Declaration

@@ -417,7 +417,7 @@

Declaration

@@ -447,7 +447,7 @@

Declaration

@@ -490,7 +490,7 @@

Declaration

@@ -520,7 +520,7 @@

Declaration

@@ -550,7 +550,7 @@

Declaration

@@ -593,7 +593,7 @@

Declaration

@@ -623,7 +623,7 @@

Declaration

@@ -666,7 +666,7 @@

Declaration

@@ -696,7 +696,7 @@

Declaration

@@ -740,7 +740,7 @@

Declaration

@@ -770,7 +770,7 @@

Declaration

@@ -800,7 +800,7 @@

Declaration

@@ -830,7 +830,7 @@

Declaration

@@ -860,7 +860,7 @@

Declaration

@@ -890,7 +890,7 @@

Declaration

@@ -920,7 +920,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroModifier.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroModifier.html index 0b8608f6..b0e80b28 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroModifier.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroModifier.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroModifier

Undocumented

@@ -279,7 +279,7 @@

Declaration

@@ -312,7 +312,7 @@

Declaration

@@ -342,7 +342,7 @@

Declaration

@@ -372,7 +372,7 @@

Declaration

@@ -410,7 +410,7 @@

Declaration

@@ -440,7 +440,7 @@

Declaration

@@ -474,7 +474,7 @@

Declaration

@@ -509,7 +509,7 @@

Declaration

@@ -539,7 +539,7 @@

Declaration

@@ -570,7 +570,7 @@

Declaration

@@ -602,7 +602,7 @@

Declaration

@@ -634,7 +634,7 @@

Declaration

@@ -665,7 +665,7 @@

Declaration

@@ -695,7 +695,7 @@

Declaration

@@ -725,7 +725,7 @@

Declaration

@@ -755,7 +755,7 @@

Declaration

@@ -789,7 +789,7 @@

Declaration

@@ -823,7 +823,7 @@

Declaration

@@ -857,7 +857,7 @@

Declaration

@@ -891,7 +891,7 @@

Declaration

@@ -927,7 +927,7 @@

Declaration

@@ -961,7 +961,7 @@

Declaration

@@ -997,7 +997,7 @@

Declaration

@@ -1027,7 +1027,7 @@

Declaration

@@ -1063,7 +1063,7 @@

Declaration

@@ -1093,7 +1093,7 @@

Declaration

@@ -1127,7 +1127,7 @@

Declaration

@@ -1174,7 +1174,7 @@

Declaration

@@ -1208,7 +1208,7 @@

Declaration

@@ -1242,7 +1242,7 @@

Declaration

@@ -1277,7 +1277,7 @@

Declaration

@@ -1311,7 +1311,7 @@

Declaration

@@ -1345,7 +1345,7 @@

Declaration

@@ -1379,7 +1379,7 @@

Declaration

@@ -1413,7 +1413,7 @@

Declaration

@@ -1447,7 +1447,7 @@

Declaration

@@ -1481,7 +1481,7 @@

Declaration

@@ -1515,7 +1515,7 @@

Declaration

@@ -1549,7 +1549,7 @@

Declaration

@@ -1583,7 +1583,7 @@

Declaration

@@ -1617,7 +1617,7 @@

Declaration

@@ -1651,7 +1651,7 @@

Declaration

@@ -1687,7 +1687,7 @@

Declaration

@@ -1717,7 +1717,7 @@

Declaration

@@ -1751,7 +1751,7 @@

Declaration

@@ -1785,7 +1785,7 @@

Declaration

@@ -1821,7 +1821,7 @@

Declaration

@@ -1874,7 +1874,7 @@

Declaration

@@ -1904,7 +1904,7 @@

Declaration

@@ -1939,7 +1939,7 @@

Declaration

@@ -1969,7 +1969,7 @@

Declaration

@@ -2007,7 +2007,7 @@

Declaration

@@ -2037,7 +2037,7 @@

Declaration

@@ -2067,7 +2067,7 @@

Declaration

@@ -2097,7 +2097,7 @@

Declaration

@@ -2127,7 +2127,7 @@

Declaration

@@ -2157,7 +2157,7 @@

Declaration

@@ -2187,7 +2187,7 @@

Declaration

@@ -2217,7 +2217,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroPlugin.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroPlugin.html index 1dd001fd..8f5eb7c0 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroPlugin.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroPlugin.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroPlugin

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -345,7 +345,7 @@

Declaration

@@ -375,7 +375,7 @@

Declaration

@@ -459,7 +459,7 @@

Parameters

@@ -537,7 +537,7 @@

Return Value

return true if the plugin can handle animating the view.

@@ -616,7 +616,7 @@

Return Value

The duration needed to complete the animation

@@ -648,7 +648,7 @@

Declaration

@@ -700,7 +700,7 @@

Parameters

@@ -738,7 +738,7 @@

Declaration

@@ -801,7 +801,7 @@

Parameters

@@ -831,7 +831,7 @@

Declaration

@@ -861,7 +861,7 @@

Declaration

@@ -891,7 +891,7 @@

Declaration

@@ -921,7 +921,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroTransition.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroTransition.html index dbeacb71..9d465173 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroTransition.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/HeroTransition.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -249,7 +249,7 @@

HeroTransition

Undocumented

@@ -283,7 +283,7 @@

Declaration

@@ -313,7 +313,7 @@

Declaration

@@ -343,7 +343,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

@@ -403,7 +403,7 @@

Declaration

@@ -433,7 +433,7 @@

Declaration

@@ -463,7 +463,7 @@

Declaration

@@ -493,7 +493,7 @@

Declaration

@@ -523,7 +523,7 @@

Declaration

@@ -553,7 +553,7 @@

Declaration

@@ -583,7 +583,7 @@

Declaration

@@ -614,7 +614,7 @@

Declaration

@@ -644,7 +644,7 @@

Declaration

@@ -674,7 +674,7 @@

Declaration

@@ -704,7 +704,7 @@

Declaration

@@ -734,7 +734,7 @@

Declaration

@@ -764,7 +764,7 @@

Declaration

@@ -794,7 +794,7 @@

Declaration

@@ -824,7 +824,7 @@

Declaration

@@ -872,7 +872,7 @@

Declaration

@@ -902,7 +902,7 @@

Declaration

@@ -932,7 +932,7 @@

Declaration

@@ -962,7 +962,7 @@

Declaration

@@ -996,7 +996,7 @@

Declaration

@@ -1028,7 +1028,7 @@

Declaration

@@ -1060,7 +1060,7 @@

Declaration

@@ -1101,7 +1101,7 @@

Declaration

@@ -1143,7 +1143,7 @@

Declaration

@@ -1173,7 +1173,7 @@

Declaration

@@ -1203,7 +1203,7 @@

Declaration

@@ -1233,7 +1233,7 @@

Declaration

@@ -1263,7 +1263,7 @@

Declaration

@@ -1293,7 +1293,7 @@

Declaration

@@ -1323,7 +1323,7 @@

Declaration

@@ -1353,7 +1353,7 @@

Declaration

@@ -1383,7 +1383,7 @@

Declaration

@@ -1413,7 +1413,7 @@

Declaration

@@ -1443,7 +1443,7 @@

Declaration

@@ -1473,7 +1473,7 @@

Declaration

@@ -1503,7 +1503,7 @@

Declaration

@@ -1533,7 +1533,7 @@

Declaration

@@ -1563,7 +1563,7 @@

Declaration

@@ -1593,7 +1593,7 @@

Declaration

@@ -1623,7 +1623,7 @@

Declaration

@@ -1653,7 +1653,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Lexer.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Lexer.html index 8255583a..471702aa 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Lexer.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Lexer.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Lexer

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/NumberNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/NumberNode.html index 7598ef85..777ec6f3 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/NumberNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/NumberNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

NumberNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Parser.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Parser.html index 4a062e73..a996a068 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Parser.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/Parser.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Parser

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/PrototypeNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/PrototypeNode.html index de64dc06..7779f73d 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/PrototypeNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/PrototypeNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

PrototypeNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/VariableNode.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/VariableNode.html index f98ae03c..cd99af44 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/VariableNode.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Classes/VariableNode.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

VariableNode

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums.html index 3487fce2..290f8363 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -362,7 +362,7 @@

Declaration

@@ -393,7 +393,7 @@

Declaration

@@ -424,7 +424,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/CascadeDirection.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/CascadeDirection.html index 8e28bd2a..a4bd8254 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/CascadeDirection.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/CascadeDirection.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

CascadeDirection

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroCoordinateSpace.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroCoordinateSpace.html index 742aca62..4b88a48c 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroCoordinateSpace.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroCoordinateSpace.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCoordinateSpace

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType.html index 6550884c..a7cc97ad 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroDefaultAnimationType

Undocumented

@@ -280,7 +280,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -341,7 +341,7 @@

Declaration

@@ -371,7 +371,7 @@

Declaration

@@ -401,7 +401,7 @@

Declaration

@@ -431,7 +431,7 @@

Declaration

@@ -461,7 +461,7 @@

Declaration

@@ -491,7 +491,7 @@

Declaration

@@ -521,7 +521,7 @@

Declaration

@@ -551,7 +551,7 @@

Declaration

@@ -581,7 +581,7 @@

Declaration

@@ -611,7 +611,7 @@

Declaration

@@ -641,7 +641,7 @@

Declaration

@@ -671,7 +671,7 @@

Declaration

@@ -701,7 +701,7 @@

Declaration

@@ -731,7 +731,7 @@

Declaration

@@ -761,7 +761,7 @@

Declaration

@@ -791,7 +791,7 @@

Declaration

@@ -821,7 +821,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Direction.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Direction.html index dcdb5d86..298b8dd6 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Direction.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Direction.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Direction

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Strategy.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Strategy.html index 5e7fd8ee..8f5aed96 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Strategy.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroDefaultAnimationType/Strategy.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Strategy

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroSnapshotType.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroSnapshotType.html index e0586c13..f7c06fb1 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroSnapshotType.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroSnapshotType.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroSnapshotType

Undocumented

@@ -281,7 +281,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -341,7 +341,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroTransitionState.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroTransitionState.html index 98b22b56..cb6d1896 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroTransitionState.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroTransitionState.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroTransitionState

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroViewOrderingStrategy.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroViewOrderingStrategy.html index 1f472faf..6b2aa737 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroViewOrderingStrategy.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/HeroViewOrderingStrategy.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroViewOrderingStrategy

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/ParseError.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/ParseError.html index 243375fd..42ce353c 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/ParseError.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/ParseError.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

ParseError

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/Token.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/Token.html index d03e94fe..c1549c95 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/Token.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Enums/Token.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

Token

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions.html index 0233689c..88127419 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CAMediaTimingFunction.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CAMediaTimingFunction.html index f29a3ee1..50046314 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CAMediaTimingFunction.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CAMediaTimingFunction.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -304,7 +304,7 @@

Declaration

@@ -334,7 +334,7 @@

Declaration

@@ -364,7 +364,7 @@

Declaration

@@ -394,7 +394,7 @@

Declaration

@@ -424,7 +424,7 @@

Declaration

@@ -454,7 +454,7 @@

Declaration

@@ -484,7 +484,7 @@

Declaration

@@ -514,7 +514,7 @@

Declaration

@@ -544,7 +544,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CATransform3D.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CATransform3D.html index 5d793d81..dda52add 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CATransform3D.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/CATransform3D.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -273,7 +273,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/HeroDebugView.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/HeroDebugView.html index e6f7d42f..bf43e449 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/HeroDebugView.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/HeroDebugView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/String.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/String.html index 768b2984..ca0b6c12 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/String.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/String.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UINavigationController.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UINavigationController.html index 105ce6b9..ff8aea0e 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UINavigationController.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UINavigationController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UITabBarController.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UITabBarController.html index 89b9fce5..438c1b7d 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UITabBarController.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UITabBarController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -305,7 +305,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIView.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIView.html index 1698a65f..1d8e94e6 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIView.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -275,7 +275,7 @@

Declaration

@@ -306,7 +306,7 @@

Declaration

@@ -337,7 +337,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIViewController.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIViewController.html index 00dc042a..76394f4a 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIViewController.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIViewController.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -274,7 +274,7 @@

Declaration

@@ -305,7 +305,7 @@

Declaration

@@ -336,7 +336,7 @@

Declaration

@@ -367,7 +367,7 @@

Declaration

@@ -397,7 +397,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -459,7 +459,7 @@

Declaration

@@ -489,7 +489,7 @@

Declaration

@@ -519,7 +519,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -579,7 +579,7 @@

Declaration

@@ -609,7 +609,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Functions.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Functions.html index 8c89e74e..f68e8111 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Functions.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Functions.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -268,7 +268,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols.html index f56763b9..c1f5ab38 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -269,7 +269,7 @@

Declaration

@@ -300,7 +300,7 @@

Declaration

@@ -331,7 +331,7 @@

Declaration

@@ -362,7 +362,7 @@

Declaration

@@ -393,7 +393,7 @@

Declaration

@@ -425,7 +425,7 @@

Declaration

@@ -456,7 +456,7 @@

Declaration

@@ -487,7 +487,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroAnimator.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroAnimator.html index 5a3b0cff..4f07a536 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroAnimator.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroAnimator.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroAnimator

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCompatible.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCompatible.html index b8dc30ef..757bd817 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCompatible.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCompatible.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCompatible

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -316,7 +316,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCustomSnapshotView.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCustomSnapshotView.html index 8baf588c..52dba90e 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCustomSnapshotView.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroCustomSnapshotView.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroCustomSnapshotView

Allows a view to create their own custom snapshot when using Optimized snapshot

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroPreprocessor.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroPreprocessor.html index 4935326c..cfcce0c0 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroPreprocessor.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroPreprocessor.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroPreprocessor

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroProgressUpdateObserver.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroProgressUpdateObserver.html index 55b84b78..359c6dfc 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroProgressUpdateObserver.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroProgressUpdateObserver.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroProgressUpdateObserver

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroStringConvertible.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroStringConvertible.html index 4d7d1969..69a62061 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroStringConvertible.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroStringConvertible.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroStringConvertible

Undocumented

@@ -278,7 +278,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroTransitionDelegate.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroTransitionDelegate.html index feda1984..ba4ffa26 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroTransitionDelegate.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroTransitionDelegate.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroTransitionDelegate

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroViewControllerDelegate.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroViewControllerDelegate.html index 46a5ee64..c473bab3 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroViewControllerDelegate.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroViewControllerDelegate.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroViewControllerDelegate

Undocumented

@@ -280,7 +280,7 @@

Declaration

@@ -311,7 +311,7 @@

Declaration

@@ -342,7 +342,7 @@

Declaration

@@ -373,7 +373,7 @@

Declaration

@@ -404,7 +404,7 @@

Declaration

@@ -435,7 +435,7 @@

Declaration

@@ -466,7 +466,7 @@

Declaration

@@ -497,7 +497,7 @@

Declaration

@@ -528,7 +528,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs.html index db180823..812a9415 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -270,7 +270,7 @@

Declaration

@@ -301,7 +301,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html index bcb736a8..54e429a3 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -244,7 +244,7 @@

HeroConditionalContext

Undocumented

@@ -278,7 +278,7 @@

Declaration

@@ -308,7 +308,7 @@

Declaration

@@ -338,7 +338,7 @@

Declaration

@@ -368,7 +368,7 @@

Declaration

@@ -398,7 +398,7 @@

Declaration

@@ -428,7 +428,7 @@

Declaration

@@ -458,7 +458,7 @@

Declaration

@@ -488,7 +488,7 @@

Declaration

@@ -518,7 +518,7 @@

Declaration

@@ -548,7 +548,7 @@

Declaration

@@ -578,7 +578,7 @@

Declaration

@@ -608,7 +608,7 @@

Declaration

@@ -638,7 +638,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroTargetState.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroTargetState.html index 72f1c9f9..14056d45 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroTargetState.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroTargetState.html @@ -21,7 +21,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -245,7 +245,7 @@

HeroTargetState

Undocumented

@@ -279,7 +279,7 @@

Declaration

@@ -309,7 +309,7 @@

Declaration

@@ -339,7 +339,7 @@

Declaration

@@ -369,7 +369,7 @@

Declaration

@@ -399,7 +399,7 @@

Declaration

@@ -429,7 +429,7 @@

Declaration

@@ -459,7 +459,7 @@

Declaration

@@ -489,7 +489,7 @@

Declaration

@@ -519,7 +519,7 @@

Declaration

@@ -549,7 +549,7 @@

Declaration

@@ -579,7 +579,7 @@

Declaration

@@ -609,7 +609,7 @@

Declaration

@@ -639,7 +639,7 @@

Declaration

@@ -669,7 +669,7 @@

Declaration

@@ -699,7 +699,7 @@

Declaration

@@ -729,7 +729,7 @@

Declaration

@@ -759,7 +759,7 @@

Declaration

@@ -789,7 +789,7 @@

Declaration

@@ -819,7 +819,7 @@

Declaration

@@ -849,7 +849,7 @@

Declaration

@@ -879,7 +879,7 @@

Declaration

@@ -909,7 +909,7 @@

Declaration

@@ -939,7 +939,7 @@

Declaration

@@ -969,7 +969,7 @@

Declaration

@@ -999,7 +999,7 @@

Declaration

@@ -1029,7 +1029,7 @@

Declaration

@@ -1059,7 +1059,7 @@

Declaration

@@ -1089,7 +1089,7 @@

Declaration

@@ -1119,7 +1119,7 @@

Declaration

@@ -1149,7 +1149,7 @@

Declaration

@@ -1179,7 +1179,7 @@

Declaration

@@ -1209,7 +1209,7 @@

Declaration

@@ -1239,7 +1239,7 @@

Declaration

@@ -1269,7 +1269,7 @@

Declaration

@@ -1299,7 +1299,7 @@

Declaration

@@ -1329,7 +1329,7 @@

Declaration

@@ -1359,7 +1359,7 @@

Declaration

@@ -1392,7 +1392,7 @@

Return Value

custom item for a specific key

@@ -1421,7 +1421,7 @@

Declaration

diff --git a/docs/docsets/Hero.docset/Contents/Resources/Documents/index.html b/docs/docsets/Hero.docset/Contents/Resources/Documents/index.html index e1d12e05..85689e4c 100644 --- a/docs/docsets/Hero.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/Hero.docset/Contents/Resources/Documents/index.html @@ -20,7 +20,7 @@

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)

@@ -260,12 +260,9 @@

      

-

By default, Hero provides dynamic duration based on the Material Design Motion Guide. Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations.

+

By default, Hero provides dynamic duration based on the Material Design Motion Guide. Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations.

Hero doesn’t make any assumptions about how the view is built or structured. It won’t modify any of your views’ states other than hiding them during the animation. This makes it work with Auto Layout, programmatic layout, UICollectionView (without modifying its layout object), UITableView, UINavigationController, UITabBarController, etc…

- - -

Checkout the Example Gallery Blog Post for a general idea of what you can achieve with Hero

Usage Example 1

@@ -354,11 +351,11 @@

Swift Package Manager

targets: ["MyPackage"]), ], dependencies: [ - .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.0")) + .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.1")) ], targets: [ .target( - name: "MyPackage", + name: "MyPackage",1.6.1 dependencies: ["Hero"]) ] ) diff --git a/docs/docsets/Hero.tgz b/docs/docsets/Hero.tgz index 18ad7108c95b7ce61a9a7b36961b4bf2f261198b..c989aebfbb08b011d0639be9048989bd3f5536c9 100644 GIT binary patch delta 153594 zcmV)mK%T#d)(OVd34b4p2mpH;L|^~|?7azm8_9Ji+}$La1i-_x%%L$H3?XVXqO2it zkl-az8VEeZku;P9-5L$22{Z|aAR0mgq#%t(Dac3GiLdyG9Xoc`jBWeE7EX08j+JVp@HjTY;?3}`@7vE zUj6uo_Q&JjRTJu4JTLS1KYIN3depHYCgg||n;vivy9OL$EGUH{vDN8;ix=jGCI*fl zvmD(wv*^EY_3W&JbPLDXiziMm_#Fd7PNy#(kBUy`%zuR$$Jx^hfeQ|d;dIVEJ>VD! zCzJ6hr*m_2b69{>!$D~s63WiA2`MfnlIhbJYzSu<4kbeam<&bNv2)Dga2yRqf=T#+ zf3At?WB$1lsaPl~E`)G@jjTk(#8D@_Cn<0mIhnxxAH(E^Zwhzrq=&<}n;&&5uM2UW z7S=^WgnyI9`DUbGKun&E3dt2Iu|6lPN1|!N{6*+SWUhjBw{%^z+ICnad z6df>)2}#EY^9qJ#nI|0%hG9R5Kif4)IsE@t&EM?S=on-8)LT0tbN4XQ{YLyx^JzZK zr};FW=F@zdPxEO$&8PV^pXRgcpKDxOuWdhzOys~#hy}w^LKcNYke<=C_|MP!F3dVE zK7YM%?&7Rt;pv&#D-N2@SQk4tHm3PgfO`av-7j(9cRxkobjE%>Nquf^$7=%aa@?aa)HuPegZ-A^NF70EHlGfw zR6p&d{ZvhVUJO>-Pqk2_pTZA9?AAj(({D$&5qko5I4%^Z3 zWg)n>nt*Aj2K~sJhi1^1Zoi7oJV7ZD6B9L=d9+X^N_=H6&-B^RUa1Dtz__Fx|It^H z<{M8YgqRHH>eV%076w<}h~IZX{c~i7l;heSp6S7Bo{VR?stAn&f_}mbzJh1$c62aa zi+(tvq68$|5ND-Gj5Y*1(0|P{UVCOQ9uOgtK!~1^LgZ4ny1w9X89@f{V!rJ2;lvaE z+-Gw2bvt<}xP-sM*9kR)e?B=+nzf58$lhgfH4-BPs$$MXf&8vQdZbp`J9%crj;>3| zu$Z_M5jTOugcOa6hNH5uCn32D84Y)llw=QCn8lYSzs3&~(u z4EbU~QBF#vMQhqm4Dj(}K{@d+`R0<)Yd718Xt1Cpt~C>G4Q`G&87^!a>7xq~S=693y~YfBY1_tTjf|X5?ifhPxEMjf#5nvdbSt0emsu1-8H7?*5H!9#FABg za%1Zeg!jF+2XGbNn|TiZ+mo5b|L)E7;(zy`6#lmxUBv%(qJKm9Ukfthf7?U&pEe)< zhu_DU|CZ@&`x0!Q``W%_{zvOaJD=(JP?yzmy}QMH!^*XPv17RX+0KQopJ!dxPj#H; z|Hb^S_P&;L+&%8=?DummZJ)OMOxwBc?>BwlPVD$~Pl$)jKU>$`|GpI;8k~)#)+xOi z+#gfXq))B-3+Z@4n|oYFsTREiJ?-=OCudX&i%ZF%&%Zv${2*rI70ArPKAzqAjeMu| z^+bQuw89VBkev$(cq0=XRNAeqj*w%*mHXx&qkl-_3Q{_-yp)_{{vMO+K>K*nhOToF z%w|Fe>O1yawqFbN=#b^moMOI>*?jmuKh%fLaPd?$TCbim3gAUL$`5opm?uy>@3o<; z99T-E2iKLZ4kP$^Xs=T&{UGBv=1rJ5XW5X5s~wjSz|?^>dmAq-U_Bu_{k}6|C?Z^l ztbgNrolC`nx|R$`9=Bl%KPkwp+oOf|oxlSNRKQ;q=bd(Rn8OoXB#LugkWPyNSc_yC zAhqQe!xZRiXO=OKeJDU|K4cnBq>pcJLe z6CkDtxUo0zu!>+_3cBrhL6Wnh06Geww|@hxKHtRb?Res8{Ffhh;%k$gzr-9REdv7w zb@Ff!#**L4^b(XXl5wZO$?Vs8yB+ngp%ksg>W)xVlt2iUngd`Epv}Jl&uv@ttiAFKugxZmD4}t36(9JQ%4WXZhW^gZB&6N%hUhUY8M-LUx0)OMU zI4}A-D^D_6`{ZdlTmKAGwwUyyabDGR}KwkB0Tf_Ckyjq%u(jGO!qHz%iX@N zf9d+=uD5qR(>2xk7o8tqUfY>szkk!|XaA&gU&l8(ezs$+|gXS-qKVZIW?r;B__7Ai#x4)w8Gi@Jk+iY{U@%)$BkMTdrNBQIIoB2mgpEG^0 z={Zw>>)*AeTKijmxy8l(6n79d?vI%c^zGxIV9I182k2lTWhLce--pwE)qjS>Vgk}k zL|%{J1tU~zfhK?T$P&_YJmz16e19L>uQFG0V?Act*LQ%UJuQWoDWx8iu19O)hYpzf z`wns00jH$N{!LSTfTmLCbTw7>Z<^};2Qk6JTyD)!D?a;zru#u;;{7(f?NgTcLG@r- zo}wq^vhh4XN2^pQ$*CXCs((VmWERooNlLRWJjDs=+|Za`@+~Ci<`4sH9O1TPL)-di zqp8(Mfdn%~U;DSk06T!Jz`?ogaWEq;r&f*GaJw}hi!d`+gqhb1Cco`|wXBrL&iuhe zzTbw-SrV1Yh*{w&N4YJYLGA85aS`;(@j z{xh6X?b!jJWm3a!ei{P6eAi)5TkI6MW_gC>}?JDkF6Ig(iM*++^<& zAu;X;tLYqIG0EDgCV!>*zkkGZu-8W?KG0<=Xg}Q-+JNsmV6yd&aA$>tjJJ)t#N-uC z_3qc0_VtX@RI`bMl*sXxdq9Nbcss8QV;sYN(bgMZ5e!^$>FL5ug>=S)8P z5?fp#Q|I@x<-JQsO(Q)EoWUBX=gDY+WPWeKG-c5v}r7#_Vy5cn*>h2h33g!j&y#_bnb!##;H+s0d$%VVaY9?EqfCdB2il!SqyuQ}}( zT5Z3XYeh_D6@Lp7^2K-vM8IX-=Qqg7g8>i5X$j=TY15GXl!7S66B3qRWvM7mE(OUQ zpxr&U7#CE$W<_G(LZ@l%Nl-z0-4PM{W;!#Fd0!oh1zECRXrAxQ4H%=jXY1LCR`qA6 zOb7etx$M$fY@XL8pjlswJ6G>)E^Cph$zQSA@5v1ce}4+^BG%OopzKx*TBI-?fjXZX zn|?`3;5|3=?zj-lD}LTb%KmRTP5XPNmCR&+Q^2}*Z^XW7)--7gu*Tb`!XZ^;i#0ZB zI%J<$P}bu@i6NEyPI8{}nhx0gtX3>F&ZiSvFYGh*^g3xN^NUBz^#ioKs^Uk%Y_9!4 zbA10HlYhN;oXZ|GXj7{%Y09_xO#MBpT=tZtj5Sk#;=;V^3V)~nD z9H*&i*NIU8I43ObGxg!Uio&6&(rj}F@y(G6p+&$+JMJbXFEZ<(bot(Rtm^0b!>sb_)C;k2|+lXpj-SL)hCOLQ2 z!hDBuFdt*sud}C32f2@NPq+SX>%%P{Y&p>NwXXMd9q9b!&gVM5-SO@YtM%>H0p??t zkAGV(o4;j#y?MC(Q|%Yq{#RSLt%ZMJ`gdlD`yh9bGn0*a?qSa}7x4Ze7!`$>(e9z_ zospM7;N1iJ-KR`F_Iup2AZPFYicj+zyvf|sFbbJ(Z^YSKrv1zr)WQX6Pps@RVqD4X zLyz$1Uh+p2n)9T|ES7Sb^xYwTpA8*^lYeS478=a%B`{tBgE#l2c>0nr<#zhXxu-UP_;Jpdc=_iX z+a$|AZhRjh7a?BeF#zRaGK&VB6l%cgIAQ+b1%AYa7Svv)UY#$l)S`RAnW&0q#D7V0 z&eMH{X|2!oY%K4_r`%{8?mr!XR$F-V; z90kZpA*bG^Iq(iFC+BAG0~3?nmQ0l2*SABS-KX3bEW>5N`UUBN6xU6S+rPLg{?jqd?5hbrFwlZ!ikE@ia3El9(SZ=2_D%e%yu*al|Cx zas>B{+;m$}wM}M`a#Jm?JUqRTDeW3N^elhS1|`W-tgwM{l+r2z4FAM40Ds?ITX>H@ zM0g)w2jxgF+ZaoXt~jhdhq*j;riwdszFt&8r=Hs>Z7gKvr)}smC!~_nc@catii4Wv zOx>x}LK(vC)(~;Ka#V05LmM+64)Q&HXo&DqAgC5SzSI#mO0_r&fXbZw%cW>kqv@fc z@$P3p9c(X$+ad)7UUsN@W0I|fn2bb9&v!Q$Hc5*NzMw7x+PB#SqEm)+_445Sp0eXg<3f^WWk%x9VIcXc1^`b3wv^W&XQb^K<>8SAI5 zW0s$_44A*aY5(7}|F4$?K-2!eY5(7}|8J8k6C8ibw*TJ_9dZ|nFR;cK&hadS_3^2RjZ~KVtP*K5bdGw3>g!>}&tE_Hf(Zwf$V1#D9UGHGS69)q1Jr z-Q0h0H`zaAAHo1dALRD&%vD>)8ir%FNN6?|${KN8kaotLq=1b)OA<8xB+o3_GJ7C# zq3wUkPO)voNj~Sj$9d+s4c$_T=_jUnnv2ASRd7CKwC5PlOxn;|t^sy}Egf0ZJDsbo zZ0$CjEd$Ev$WfjFQ!HI=?gC3JV_x!mq4x;S+^}W34F=nevYyXKKHo>Ca<%@Vvwz#1 z#EX;-ooTq0Btpl z8}dbBk>sF|NC;^N{*w@*2)x$_URKv>~gUT9!#9vMRO1(&>0$H4q3!;`cnHPzyVx9u#!*3@E+TRp;#)7th%2 z$Q~qm+*KVsj8TlhOga!q$H`%X;3U#?--?t7ii+Aym8Wo8C=h5b4U^-x?wAyt6GGLY zk1HU6duxcWeni&TKva8ypn-zHJE4E7&Cj|Pp|;Xb@XQgs6)56?qPioiVty^?rO=(j zgv_? zl2JWaKytxpv_>m_)~9^6;1f!TrgKwVnEz~hU`tx1z8&PdJ#ubpfs}($?@vo&KoT%3oNp=6fpZNsSJ=gWq zUFSM~w{xcBUpn5@vB&xj%in)n-eCTg8JP#$Kh^%)_NlgSxBX^YvTcC>Q~s^|g6V&n z-eo%4`XjBKEvww8xMB9a>_H6EphpVf9&SV9;p9??D!UIFnNk?qrmbhz!}3D5`4H)rev|eMkq7Ua^d&SUb83!X=&*g{V%?h{}KHwdbJ}HPk7P zRba_DQTfb({kD57|D$5M?eQ4H`~0rpxT12kGVfZ%gX!_-cxDj~CdiO8ye+q$N|@>z z*OpNRwa!YCNBfs}#&6HCB~oseMPdW*F;1e^iQfmk{affWM(#@oc}CZ@kvs?y4Q?HbRV!Tha? zGI$d?F9xO67#1lLfv}W{hEBi*q~W{?4C;+l_dB-&nZ0Vl3;%z5wFYS?uiy=`{j%|9 zd|MXZbC*rbxc#ExiN|(qu+LsHF+TfJ@iUrjo5Y{Jm_@9SdG_c96W#{-A=Nf)TaN}z z%#i&Q#oo42_sR3wma5VWdE%T2%d7MBz++oBz2UR;o+M1Ghs*&LnYEGw9N2VgtOV1l zt?Qlnjriq7EOCGIB6H2{Xj4y<9jqT1P-~`0QH*O(f9X@$67+D&@5;L|?Kp!MBpbS{ zG-|mXeG0mPmb^#TjmDLq`JQ#s2EJ^>)1)CsiZ|po2xl8pXL?3Tz5f)?T(+TGL9(l+ zqO@XE7m;W16bD;gP}Qy6zR&H^f>VP#_lOQ%vA+{$ysCfY-Llr=?e0@N0|tjXVsCh7 zf%J+F)ZU9qZ3GHRV8bvD1V-my^2EMa4IN6q=3nIR*2U-6N= zHN6r8_*H*?BGcS}6f^2!ySg$C#+4t%=B}a(sMe~(Q)E%5k|8DrCh0bgp;&llA{~#Mysn`#1PkvH!+=#`M#su}1Cx4Ia$G zhipjVlpTBCzE*X72o5?6O)kpu8Q}97?pV(+--*t;+-?oo8CTBHqJ-y%bTF`r`w07j z>OORLDAIM{mR~US**1%NXDC8+TzRi?$`A{Iozs2}ZcBtnELWTgY{VzCAbOF7`LcO| zd4PX~2NNXuZXY;R<@32fGXid$OAiGrF9OPK2sr!MpCt@7VHMNWnV1nb z1FDr7rgUZlC{1%(bE#@5pZu4spm4l!c3AXUwor^ki7d$)6vpb=_aX1K4 z<^kHXZYQe{&&L%A7>wCDgvjTAd5uKXDMe!oU);r@S^LW-{8NlSWJg1}8C_?HS&0BX zs)y1z8^KNX-{JoM0P}ICTkiU+u2Y@A-nq9UW&K_2QOnmYZ?wG1{G;Y$?caZDe^dKF z+t0Pl@L%9>n7(Ry-o&@QwRNtwqvgvjA80w>(#d_9`!MHc|AM{G_F<^HKOto18IY>$ zD^v@pooB#jUL9TLEul7^vG<{UGAQ@fgv5jjrBdK2g_x9t={i&c3M!OJ!9*#r7(e7P0Ydm`K+8=zL$U9*Ps>?W9y$R%SHJK#F-d(|GBDMus?-Z6EoR=wI(ju zk0Hjy4E3L>*aQ7*?vvt|<$!+T1yaiu_)|T3&%})PU#@{a)#UR;hkc&vunX&=!S!@? zfdLdvb`0%1p~%tKl6Q%DmtPcQaWR!VAq3ZIACSPUK_~GDR__pfHm`pi783EA)1$D2 z&_MyNX;ZnjNK+x z>4iCbioZS5$CYzNcFR~BwM;{#ZaG(krM7LPsMWkq|UCB&SioMSeU84eHLa=N0et4 zZRiyIxs(v&QM~`kyLj4+B*W!vrj}HTbh*d!37v3_ZW7;!C*Xe)^57cJh>F$IQYy9? ziG}j-`v^be{Q5*x3a-_Rv+)9&CtU7PJux`mIdNqcIPJU1GuM?{+)|v9{Z3t(oXnC* zr>{h>#DTk^2+s&Ms#IEvy8vEwg2~(gUwvxPqa~GgyB3#k!imO)=yxr+z*8RX(mZp@ zhJ2;?-G+K}1x$aYaSxnB53Q2nu%t_HUXt?eAqUImq-;g)(gab*3NZ(~NYWW!5Z8w% zLt4lp5*>yGNOHdZvxYa1j&9Ph;Qh3n`7x&ZbzR?Peyr;)U2blq^YfjNPOf9d`bNt? zS|-e|ZU4vitL<%VoBUt#cla(-xb@Smo|a#1Ilz4{`yPMRT>t$(d6wX$+s0)TVJbT5 z&gRyu&uqlmRn*0U1uId|-UTMC6X?~z&)RO_M{mM9eg&K$_i&JY`$v4mReRV+P%jV4 z=d{SXNc;R*^eTv99Vy1x&S;D-V+wyBlUN5gp{g{G*gv#jddb zcn&?rgZY2Q?zaC}T7y&e!)zlq8Sw}YJ0~5j`fQzUp*=j9QK_VMfgRN{UTwgPst8LB zx1$oy!QHrtt=-;e9reI8af3ka9z{(*dL=)pE~~r53C%I&;lV$WhNs=2Ia<;|k`ImX z;NQiF=iTh!

t5z~7I`_wI3zbR129PTn3pXS;u)BW$HYd_o&E{zd1i=;#WFvm>ll zoUMc9$>|7?nJhu3R+dUIaeO({&<8Q4$Ud%+o%sOIp|_h7L`DPxM3Q^UzXq$^KX~<12$x$oo7RcrV1jd z<%P-4^$3?HuC|wC#XVq!xS?Wuu0doXD}_yhUUGqsxF#}q7IRFAAU;O3&`?J{MX`T* zo}CVJ6hCa7Kg@-3i@1=XVq7JdN`xTgdtqCr9czhOPL@S z=+Uq|l?WFUvmi35h6PA~=3NCpdOLNBM_njnE_ava`hc#5QaclDFZWZx{ zkjsU=Aq4Yc-w=|W_dt@HG$2W$*A#!WYWZ<+2nTt=a8xz|0ZQHSv}wOBts$OAuD}q5 zmNIMXP8ARUl)%}ZG99o<6fP2rr;_=2xlr#pwR##5-b>QwpdP*h9l*!#fRne;5)*!9 zsFh-`m9YKKU% z)10y2t3kYwr4lk;Nh+(hV*a!yv$(joERz^Z?ptsUvA+l-m6!vpal3LE({whVE<30=@$=8{dmt89BxEE-lxtw9p5zd# zLQf<_-G;G=I1k>A*oL_~3f+I;_uJr%AD5Zh5LaNsFbcVexv=K01*{e%G|a>OD%qmE z2rgJ7Xb?oXwJrJG@r(5}^ay`lJ$2i47wb0>&%-@+N$whOQ5{CTJls?3`Pc;))vKrz z7&}E7+i``GC}sz)%_%!Oes8{_J-gdg&bp_yXLm0uckxeB|Nrk}x}|@vFLebv|Fmhu|nuTe9pD)VAiE3V$D(%h z7|)#PLw=d8>nGA$PL$b&FjdRim{5s9jV$^6R5V;g`+26X4~^WBr1iyAvX&Ib6-?D& zWq>v_ysc?71E5M{AEmK^2UbmK0HD&9T9AWhM*2`7F06tca=m}-1jiM8V@pBAqJExn z_n~u;Y#~-JF2*Q)5hmKuqdYU-hb}`K1fn32*NKnGECpj$?jt+TfbphWPcFQ2aSm|D zc!YM0RIIKBq~i*Hv5M%U6|rMRtoP8vJcD<$XX2@7v|bF10(dd{HkG~{t|NUpY)oIk zq9B=t>KMCw8ufpg7<-SX#tsMk(lng9VC2WqLnfxbXEn=w831}o<^|M4>{xDK*hmyF zS6PdQ?Vyw~@N@M$p_1~=Zp5!Wk6uL#O|C~pA=D81;|e809@)`eJkabJv&z*4>2#ww zagP@e_4!=miby#NS~I}lD=C8t+ZW*cut81b9xotT$Y6gr+C!w~QvsGDc@z}gY7J6TUEPKn+|U0A^HLst`#)o^*D zUo~{SgbXFUfp_nuqNCzU{V9(E6-pS3EFC;^un(=KWHGS-SA8o&usmT=KZTYda;xbV z-6J|`3M+q|$VwKfbrO)|Jk$;h=W;8ga&E@*31%6xXc&SI7o_v$_l;^9(h#H!Sy;SC zF>hm9yIQ`trM>%Y%-gyLyS~_Usq>#ZGo2kBZ|rEdzTbM(^1GIx`ESe_bAS5}wL9D1 z+}6YY41dk^52m-9o@o8;))@O>921xiw;-yY?@)X z7CXAdtrykAtR;2#L?InevDd3)vYUAEowg&9<2Qeoh=8X zbhh7E;o$;+tM3f}^Iy^+OgOPzbx{?Q1?5ztsF+peJntDT21+LV|FH^Q&+M3TE>C|E z>80F-#hZsk=={$(*u#yp4T}lhA^^c&&WK<|o^taEF#jt8a*~s+e@J;A%N`KXo!zmJ z?yXu5b|k93DFs915ZhR{7m^H8#SylVk;Q^bKyz=IG`C;8*nMb9e{K_JP>a>8N4bpP z$%Za@&eU(epCfOi$5z@*S-(TP#twgmVI&@|&9+p(W6|$LuXxR)AHLbsAZ<5mHQy~B*(MA!(M-9J27w# zo)vVFoP!UAauJs*onMCZY!(N!rnBgMq>TuiHJ$I&^6hjMxQ z-l><+Srg;8-QO}?Olh)TN0?*#RPxur!dbLUZ5GJ zATU#CK3ki4n^`@A(N=gA&5>%z7tHlJ3qs?T%%?RU_xSJTd8niwgM9p&6pY zWUt>I;v(|%jI9stiAjldgENC|ppQ`qihCWMAP!J_r8q?Yy<^}zbQ{ogGNmboql6(KZ6bgz2F+i|>JWo_bwb^S$R-Xf(j z0?d6`bWaqb(2f>DUM(4)V)Au5A}1>+qeW2{fl*RdduamIyh@5yKx8Z*gOXT5BSbaI zMn7Zu5YA$#LVbS)RJ?gG&_Yjt z=RbCSylr3SEdP#Fbw+@=sT*(ety@ez_o%e(LHmz59yB&3M>iJqVM~*5+AhZ!@zJ@w^ zh`Y_kcSYdsGxvd;Np4GSwh_f=8{}EX4SpZQ42o;6(2y0Dj#;iI=cbzBr47vI@ff3P z{KbE*fUWWyFYjHaCNF3bv0J-D(V=L-knUAB&_Iq-9^vw zcWoJevAIDgoZDfcfo3l^XlUgVg)wougTQa63cVjGJzBdE{eQR}j@UD8#oD2cEih7q zq=6>jo!zG{S0noFQ9ZEI@ium+>LcdLz59REL~p}|;R4mEqry~8FAO!fdPl(R=S=(i z?s2s{qGNvP1`nsrTwRWvnP0m~qSLX8AXlAmrho)ipeFXxtxj#$t1Us8&mS?_ZCAIo zBB^PaKSGc20UHW(5_OhJe1d76s17P0%G)m#QwS=CKB1x$-{RujgzB?(3H(Dae;t1? z9q7By)$){*`J})@Y%;EH;m?@YUj~$)H6 zdS6$6=epErHg^n$6k^-V2b zXnDZ>5x1Z9VSq{=^dw604D4oKyqkYn^ejs942VfDRVfJ_Ml#R95y^|ZEsdN&X%L;e zP{z!Q(T#W{@r>7ot`fg*8iuQ4(M!;BtQF%$!$}CmcxK3k>_Or{cu;AqDwuy5qe$Zl zQkpnm3!!yNW+f7f$l+R$p-6f%H&K*l_Suj(Mb~)4Gq7?AP>giC*fAKMF4lPFoGsIq z%#96owu{83)G({YP65m9b*>yZu{XtS>WRd1L0ly)0~m?cOTMQ9lIx_)k836vScST| z$ulE1v|q_74$>Mdb6O~J#1D+dZN~0vb0^h{PQ2sgtpl zfP%z!|3FZxTg30%Xqm)6oNm15>Le2I%xOoH`Ql17gvav13dk;_=SY97&;3v(B&c>3 z^d_?)`knQ4w1lT?yjP9a#I8W&9*K60XO+%fD|3ty9TL!3LN`d{*WS9>Mu_Mco&md( zI-8YTL)VFiu0AUjesO{P^20oOiA-j`{D!J(GRp@uXylE!g>^EIG0!mV|Giyof0$ir z`-!%Nmap-D#AA+3uQNHA|JMDw?#`|ccR4$Mr}MdvKkf)I&scx|h5LK!TU)MJALF_# zKhAAho-zMZYsCC9^X1mxVo&C__hJ4pma8~9EQF*@Qr3zsa@`sbs`jDQ-rP0zWQ51U zt&>Yg$)eKj)-=Xw_L3L8vn`)vTxgOjTy!pjVeKB4>PzO%7SRy+W4*_f@a0)r9eQg;03?EQh?5vOsSKMH(90qBxN&h_jK99Q}uE)Rz zKLq}-X(G@cN>y&H?a`u?Y`*gmAglJs#g!Eq?~1D=OHoJ}$Nckw$Q=6el{M#zXA_8pTi$7|N-K?G7n^?+7VpWjxZ?_Lz!SoIeB8C( za0BkJdbsV{SQt~B%)(Iftk+$ETiQLGjH|!WS{{YW`R#aAu{W=$G8yxecfjI*cPmNh z^(gdK`iXoi{qDQa-A33gyW4i-5|z=@7B+zP!R>YR(h3db^zQ?L$#1(~?Eov0o%zEU z1R?FiByNADaATeo6LSe+U4*z9%R+F?NK`0YEYC<0C}N2C=u@U%dzwqY+1_@wue>A| zy@tV158dKH1(a);4k+`H`{3*U47Wq>37Pj?hZtOT7N(S{E*ib5sUH*CUQ?0{3WZ}W}Gq>};pP3(yKro(uRu;vz3zBwXuXF{Z zNZNn3h(P}_CmX{#7Z@bg(J4MCW zC7a{Jfns4f9X z?V?zOJdmD&`~Lw(X1ay04|o1*$2U68Sbu-U+G%;4Wv}@^n;&a`Py4a9Z?wI(?Fs(( z`IDwEo4(7$wSKtuT+5eQzPrW4{W13}$FLt~udyx6CoxEQ&xuU0iRrORRq1t~%sgab zuz*qn`Q$>Thi4$xTx~O|PI#flN2gz^19D zd!|69i=x)lUs^oV$ukg`uW@nt&Sg4Gxbp9psQaxb6;%1PjFsHF?9Ec&E@Y1HJeD`& zcQY2Afk=Wo5=ihy#!RmPOVrmkC>DQIotSASw>|rGOjJWbUmRMJjX2^mZKSI$?qu}K z>luE_kzY3Pg1WqzG4XieLVJOiieYI-6~FH z>Q08iUE7Y1YzlY+(WD{4mCCxK*_wrT`j8>Kgzoc<+lHK3RleC+NDS4o=z8R-yXXa; z@!8OL?pjw>T&Q&%;6e&hX>^ZF$6iIhMU$b%#0v;ap?>r{&p_1XT^qC++0b30jCpYv z25m+UqdTDbg+v3rQ!w#VlGcAx<KvZ{dL3(%Cs&0@IJIb+`vT)c$dRcDjK4(N9)M1mP}sNTJVP4&Ygc}TJE%Ta3AN+ zcfX^%uj|LV9`5{!&Z`~2-x2NTwtm=p%JQ?8Uh_!%X50U0dxrl@K5F{krtdLLw0^!- zYWX`hzMB<-Wi1J4Lthmr&r5-Rk^aSXV6gQ$IgSw5zCSN3n+gbjvbz?k_ zdLe10)Q=-O*rb0(xLql9F#n9Eco64|*xTju9P=+|xs8b1M$Er7?eA>2wf)z&ll(XM6yIV> zo2;!LYIV1Ku0`g)!@Y+)!~O&NCUz8q?Zgw#Op|}Bh{HA8$R^f_a0dd`1@+Cy%%!<& zmoi6r2K0?2^B!E9yxdIdS;3kW_6QjkWW(=b4I#(R9&M#f7neD`1$p3XWSsStid2SV_r z%qY)H+R=Xe>2%H$eRYI99%D2@QOt}GuemnD3^+)svQ*;*K!na(#zSn~`tj#Q)p<~r z<#HKe5o(CfxXE3~bYwM#*C8cco<1xma%;G{=Ll^^6#zkAy zI76i^YK%t8E@zy?uM8n0{M26p^797>UnYxS&*WV!8R+$;=^$i?b=lD#IG1 z83AfBGYElV?$<7`6tZUy^2}u$5_O(h$o8o$FD<31>7BFCU73Mn7TBoG(2d%qJeMq~ z%;UsE$#LqDg)&wNE7S=KWkI2t*Z6-r2Q10V0iFRvp2phoEN31g3X6N|sYX4U*$>f{ z5R>Uw=L-^`=w{$+< z@#`JWSijY_VSSr*xP8#_gKe+2beP}O_G@Na`|EdPhu?gfPxEO$&1W}1>k#_4p9?7} z86?K^X$kK^0xVj#bvJ=|+sP&O0JBIc^A?_6xqJEl5ngY)j7MOY4^T1JHyBw9t zN9o#Tel!Kd=UGZzBShBhu1{eAM9mY*UC_1XQ8#!^Sf`DAzKF+@qHR(9?#tLK9s(`FNOz$ckLOLn|^L(^Xl$qERwG_ms(Q+vI9+BFY|0fpZ5xD+;o>m`a`yf@?Kb zOmMq3=tMc;ZWMGSCsnF7r#P+v6Jn`2xUQNe#1>-pAUBzXCImNbf~v!~La^r4#wac! zm4y5M{mcf_{XN}1T_5RkcK%f7SjT@acAT?**}7@%vfQ@a+m z$w`rsR%&p`=MUk0dd_g7dhKlH200OIQ4lK=@>G6^c$dt8t5&!| zNCXE#)e@Gb0-NCSfJZRKWEP{i&JZrieCE1|*=xUxb5vFcphXI>l(|L<&{H>?2Go(c zN^CB#?hb9Mjm#BdbUNK=rRjgOnajjMdJE~d75jQ2xs|=#TILeH)^Es`^it*`QQa@AuvMrD}Go zw|BayYIkaCX8P%87S|z;Bn}uYDtDt?Kcx>b#e5uS``!(1|-!+;Rd; zOf5)|G=%f+mX0w;hCg_Y@K=6WM&G(KmA4Bw&{_uc*vVQ5Ii;KHxL;;gD)W5AaTLpp zhsWsnMf{b?sj16|$+Q!djVaQKLl?5zAhsQq+)VwT3BYp?^iiD<+|Y8W%Vdzj%S2caUpM$I>Ra$VL2#B6pX zieJ0u#~9J;vs@krehP4iCa-WrJ!T}2JPnH++f|o0-A50#)thq;sh3%tms&Y&Y+g~XX3u$+JH`krGLk3jfA-w17M<$7 zM+2wsc88vaxY~c#-nDN3GO-~}{#<>zU2AJGLQ*}cX=L-;fvp>Y9H2gIR<-89K-3%J zkm9HcI?>zps^2r!b#F+|0{;OJU9Ri6o!Lf5J)}oC3_1DP%d<0Ty#2eTiM;-tk4F}x z>K$B2&G5q`v=&N&=SNzP!P`_P;M@`m1c45ekfdE}ZX>lvOg_(`zVEoFNhLXMD;x(E zk`T>*xE%L5W zF7gAC+a_rr1yTe#t(OQGBPb=7oa>L^Eqc@SrPV)14$XJ?4m)%$i57 z>nFX7H?F`L!1dDnoowSC@$65&4@&fr8M&jnO*07Jl980o>byIgyw9x$UAwakKI+KO zQB|aTt2Ix7DQ>5^{YFJoNIqI#QIrPPw345nFOw+Cq@M@PTLZYDq{p@A`tlt@2qG@| zBAEb#@;dsP9wq+yQvz z<)4~V1mqt2Fr;d{n)#R6YBzKQ@j4uk>%hj68Xm0Ry%X!fp=erucjOwdu@D`J>~nMQ z%1w=Yd*SPt9#DnDJhj|0dAqfqvPN&g^H3%hU~>%*;*f^X@_Q^2&SngJ0vnnS+DP(F|ETt2c>L>rsXJ zvu)5>%F-=f9tx_XkYTqVGx+DV6o1JZgy@CiUS|{lEq&vndFIL{@ z?@$^t2EkLPWun1Pn9^58W{LZ*dS+WQxQ$2{eNW+P?PsmZZ=rjj@cOA0vN0U!= zdLIA^T3cev!Jt7CXw)nxDvE?W(yC$KDO^3kE;2{@YK%l+1-FzK<^w`PXiw%8(LA7q zvllLKNo(BMfo?F;H+-L1X=_He$bq2*bySJ~)PH{QriOjE%n(1{Y=WH7?)q)IAT38! z)@Ie-Ae(63M{FJHwk2g6WeyNUBE~_htyQeSX`)bU!r|ponb~4YQW@e`@CTKI|Kb5q zho){dDKT@YtbJ4J%F|eS+HV~heI{CW~YXyeZepM>GG8gn`4xZ-$js3Z{)M;Z8Hf?Q6S{f zze@`MclKxbsf?b6z`qiw!n*w3U1ERKd%H@zYLe>LR&h>X-n%s6n*I8^gGgVlqhF+={GjEc*VwH$G?MoRnE%|nh{Vob+B{+)%gDNPia`ERb@S-)u(WD^Eo36m;b$;Vtv}; zt$N<>nL}pjmFZSs?02{H|A!f6)|=q^3x}qk_25ILh_EBOOl~OS^ZVz`#Sn?lG@8I! zWhrf?A^qw&DqZLDmW|xcI*4B)y8#%QVD}bS4-P{Gnk})xK~ohCv*hF;IuUfS)ewD1 z3FJioDO!$LE)v@SgCDS*($(D=`vk{#5qhmKVlh1awD&dxUz_p~&L#sIx;dMS(6+0> zoxaA5enz{yme_8m5JM77`v!k2G~#%yZW3v5yHPQeO+*Wx2`9vp7dM z&7>dOk|+-^wJT6CTFwSi*#W4YvXLEbME*9|lo|%~ukGPiPUIMv7{~qY!j|W7RD=5Q zqFfbBL%DC?9f^FdeynwMNOJC!aR1DH^}OmP>G674P|Hxq1*|PM12j@oH}rX;0t@Am zBT`(Rgn4qaX6b0nC8NsxZiR8_GF)R+WA&Rn2t21OKo5`dR<;U=?B?RYV*tubI)8qI zKar;s(j`=R7~h(JOySM`oMoK9d1svW&}&x@M}#}v4_Ini*;tAq=zB~|0@VhI$i~oT z!`4|eCR~yjfX!2#hKg9TyKTD*iX%+hCJDr$JT`Uiwfqsml;9U~yAT%mU}K4GDPfab z{-sqO{TFpbO7qXLO}`Ig&U0n&_nqKfc*Mg-Z0#CroXC8}34BSd_V+F^*-xH()nec& z!nC;*IWKlZQHod+pQ#a!MVljikw{4xONlr$qmCd^ppsx|-_m@tIdl^#%c087HEii{ zC)r~>0H^0-9XB8!_3j8NdP(5-rMe`k{l9-Bu6@pbs!mzjHfCJvKM=yD6F-Un%+#z+ z+rBBCsw97FWYp%pRsQ>DN9_N{QPkjW+iUV@!c1v1aB|V=h*d(%Lu!ZY=fx%f5QYyq zDCQPS)0ZI}aOd?x9($6m!1-)Y+Ag-X85!`}oHP~sb&vS_MKSP6b5?(V+&5M~cqu%n zw~X7ArrJ}Gn4b^`=V|BjMk~2AzHL)MW32}(6uYyUO&;cUKAfG66QX^#LDe8vbn9-3 z9IzC3OI1ND%=o#F@#`^BghenA80n5Vnyf;&9@l`_)J6DHp)(<}r(vVVVxn`4m3KP{ z;b}*ASJsnX_ZubkVf8YlXEE!*gfC|(`xP7HYOO~F6XKIjKb?hzllO-lsgY6?Pl&$C z5>iziG+zMfYWN!#hQI&2kXJX9!+>{Ew1B$GH8*`}6ryu6x`NR|Yu;EEaOfsDW!u}r zJvT?bEj1vnJrzN&$Ci+26kBY?NXMs=NwA8hWqUm)_8E%yhCxyXQ*kAuntmrqcqiv` zLX{TQlI4H<@kDs&5$8DJs}edir0hVE)~okzMz<99U%TQ>vR!{tO8;+6bc$w?G8X#xL}R zW>!fFB?9Ew1%WYi_bF6u;uj+-Zx6hKiRY((&Kp=4YtpC*DH8}}Js)5_tURt$qlNy0 zt&^apz`Jm@p?)v|-wBZzkZfc4w6HL`?c-!6vn+Q>^pZu6!8iz%yk9tX(+=8|b4{isnSDMwT5^=q3MbzLOPBBRcg=oh7ENw))TFgnr>lXwT|Di1L zMu=?{!Tp&ANO15NIo6G$>@D3lYX3Hl=~yzgJ4Ytcy{K`kNFhv1c>Mg7@5CiY6jO=9 zd;e_Mdk_nXewMm1w$vIeXmlV{amHg3Wyr(p>8F{uH|%rk;t2VNJ3uud?i(ADG!iED zL^ucgj;dE}vfqDo-u_ir9vR|iKEHP8b`mpzix?;xz|S-u{gKD;dldxB0TOJhK37ju>QAedPfB$ewMH+l)%cY_(;-?DGzJPZw?Xsxpo_NE$W1qI?oZ%!@8}Z zq8onv>;uAz+assVMi`+9%cEnl)|iDhfI>v^$1Od#-OJw(+=44Go-TpxzJ>P& z9@L_5Zs^Xm*gWS9fJssRufY+}WeErNd{~bMoh3cNq3U$aTEVpHrrHc!2ecYU?ZmEL z`1AaqjZ)^=w$gFL?t%nUX9L&l`8?R0vNgpg4>$Jnu}d6-=c*BB4&eir2la;R8bfltjTB1W>346^F7V{0fXm6qz@Uqxu z*DyoKdnjM(wy0fr$X-6W|3MD{DPc@7IVjVawzt+*b8K;`XP`XUEJj}evq;YHa!mzb#9_VyDtMKU1 z!7G$l!`&sjlKaCL5r(WZS*zr~-tFxd+~B&J_0PtwI&;;e{A40n$Nv7qPWulLA**es z;bSGaHq$IbRQ7h2w%CY0Yf8t-_}^xg^}9< zhc?|G0C!Q23G%l(d1iMhxVR)rnh#1+*cGQdw!Jg&w{B8a^=Hd*s#S(>GDJO{X!m{A z*?9#cr_nl!^kKgz$ryLpsGx7XYM4DZm47_lF>2RI*fsA6)-yVs-kT#sia~6GH?? zN=g*;H!EFPJX)=eagY|~aw%WA!sQoHBp%k|KFR&&*mGK|TtD#joFgYjUmcMTFs5{s zHjy)slK?9kTA%`pbinNwB1feg#&@1^uCzei>vW_#{aVcf;9C4D!L%?SCo52p?BcPV zt48Y2Xfj@;Z`#CuIH?SgX<1nu4y5G|`_Vp&uZR?I6M|MMGf{hsFRg;CKORYhpwUr+4O;NF;W%is=2Nfyckp9zE2(M;r=Vr)dZtqV2~rp#NHttQf#u082W1R}H{O^mheT6*pcfg8kuQVx3!~WqHhOy^TAYqu zXX~efzbtWdY^d34iC_i3L29oD8|;fKXs9NWIcGi)pcPvzZP`g4i&c&O-F`Uu=O#PH z-nuz>ouXHN>kK}m8b(;egqPe#dPk6wvarA7hT1mKD5@c$h=$ljIYYV-`MN+t*4%BS zz)eSC`C*f&Z*5;qkfuon;^TQ@dOq<2O_0VGSzjl?{HnWhgCYBIY=g=mrzPQJH zat!uVfXOUEy9LZfJ>>5OZ1*^=k6|71ZN46grAKcT#k+XPa>Y-hNB=|g8tb5ytuVln zp#mL=Z`w*V;@h1z5j{-W6ZLO zq6;up7g9Bss8Lw1_@B=77IXqtl5Vh-{6wDOb5N4F!}xI~sP` zdEo9^M)BYV1v4WAw<3+Z7^PGp!t@@Qv~fm8Zxq^kW%vYgGq&DbNhC6m5 z3&A&Fr;mz@rbO)gU>@fJr&Qq&K%JP>+HbujWa_a~2g`fuv20TH$~c#nX?s&N1!E$#5Z*2z^orq>GCME56#rBqod3g7Hwu|~OFQI9Rx7|tG4R#~kG;HdN|&F&(@Jp-p`#`6tcR-L$=A|cHC&l7 zv4eQzVSrxk+Q4Vj+~*$GN#P>M9QQY>U%zb&S{fxskYJ88qS08yy_`B$dc4rqPv2(wDEgp}>p@}p`kP~P zOOqTp;)zs$a!6D774_1b<6V*>JA4N~8$26tCS|E5uRqHZ_kvS+WW~C`s)9 z5I?$j@WIm8fbl7!`;zq!g=ftQ(s)gRAdje%>ZtLDqqkJs-~;pjDJAKHA2oioc-FwS zxH~wmBaJH&R(&`>QJwv;|KIY_$3KiHQtdu00Hps{ALl6IbcBfhO~N@W^dYt^7ze38 z7_;ZVl2TfAI?u|j$6t(VN@r+3zgJcjWiM(TV$hT_5lI0xQdSm;H%954+&ASq zHKLOKbm$ox(e#j`h*Uw?%0EYX3}j)v*db6?4FrN^_nEni`Fs}TiedqhlW=2^_kjy}P>qvKAB+Mv}wJ>z-q)VPXWG^Kkx{rd;E3e)IKqiKGw3 z=Indc+8j$;-WJ%-1q`j-g;XCx`B?=#xBB`ZHpl#yYoHRqaMS}Kw5pALK{mG_e|bZ@_f-AY3XBy-c45T@Jut+I%;Vzx{WSY)GBK>XBH z{b%t7RWW9P^HNg|5-VtR<&;{d{zh!g)Cmod>B;{3cRi7yK6n{2{or^D&4=#>X|;hG z6=?bedz8AeKraRy1HHb0*|j>wc^3#m0(shmn^_E_i=5gQUD^G(m(L%~My3vWr;h=? zomL{gRx~`Ah+Rrrk-#0jmv*nex^qn!LNlI9bJ&F3$EY!}O*xG*zce)&yR{Llex%Ld zrzK8F4QWI965Md+>w<19Dr2}0LOc@inKCu#E zv)-92?(GvH)x5yo!nCgxI6=zM!nJ0)7F_wv*MzTzJFi${zr@3U6tUDRY0SfF$zvl8 zr~^wV=&AF-EXE1KC)mTIndl7=?aLV zb{&gNbYF_oXUz#$JTEgEj15JOwWq}hQ@mIS^xEkExSCG){o8yHrBXB< zpyC=ZUzND1#T^dgvUmWABo#7({jBRtSfS8-&qy)08rQ6z2Q&!5f7#KkbO zjA=HvG_?l1_B+%S38ub!DGp^3h(4)Jz))jiwpUq}8JfAU%T!*R4XM5qZM>*9Y~7Kl z_AkU=HpRVDK3tsuhm@xKd6FC@bwEr=zd0wyH<9!Q^QGM`_Q~!3_Ka}~I<^G_w8+UsH?esK>$l-NwwAs_H*MgPasQ&M z-UBmB25qfem;hQ*C(VljUGy_6+5d7n+)y2j1ulCZ!r|$DQ-#al)$T0GvF>Fh;RFm= z>AShPv!$kWFr07TGY5P9rk(8tU|$TU-280UE(Xp(_&*9{;_1Z8N*D)GRI0-10WISn zCdG*%R2s&oO34%&AnE8GN4^?IJ(IflZ?fWL;fcJUiG0%HHU+5l?>ti+x49SV5HFcu z4p8QkojS)>nVG-@O=o z;`u_i`GE&?s0`$$tu zv>e2l(C#_ybf;WxJqr8GT9qM zdBKF4`Ex4^4^QHywJe3Ji0KJ1ZW&66T87W%Y#eyb4#fNUA-c2~8qLNBSv2AXmI=R9 zi28;iE?mmW>fm^Z2quSJKaoJowZh3Z3D}=?a*KH(rN^F+NxKp7eCy)v%jY5qGoYe+ zu=L*LrC8lDK1`(oq7vdW*&UiVJ523|&X>2yj{L2g2qwJT+3Zpq`%t=$mPnr()rn*ODaF0a#(P)6X72CeVy0`{(@3f%tcYtu6o_X9bS93KVWdlutNZ^*tC=cmq6~cz(u7v+ic{C%ZmfaA! zJ4E}CglDwKt})Ihm+1`GQGfFWt3SuF+Dk_$E|>aRE|=EJj?y z=j%viDvgjj;(N1up+kM^cnpl9j=cEr@zpdDMs34mqn|Gm*73Ty4N!g+$=@5f%WvV0 z{cviH1LQY(;}s$nIX{U#?AdP@FH07f>4)tN<+&B5+X0@gGGSTv5j3uLZk1J)41NDo}%aps8Dk?3CCR#4NbK(J-MB2(w}i zJa>@lu`q2;A%6D%s;lLya^qL|1oH~q@^Y*u>k))P7-x0#3g4PYd^Sao>+iQpC~T^s zeh}CXI)v@Ro5PNCJ3UrK>lu867zb$+`Xh{whFTf6pHuy5tZ_hY`~Y#=AKolEi-55` z-Mf*gcM{L}-ZFCFndX2ZxD$u!KPT_{#{>e%Pio^E2J@7R5{LN&;abn=SgsBb)! z08+}t8c#FkhW#7sl<}`if&mUsnT$*>RieUN1hx|0?U|U=_ubnM0_d4h@E!fyKq+WN z`99jMa231$cROLyKG1w0wlz>=yJX^MEOmmVp`O;YI|`#m-VvE0pyaHql$HsurIw&_VJuNg^u&4jE~`Hpux9^kK}F+wkto+O1ep+Z%||}fuf&_j$0ty> z6dY6Hw+BtEE7$Xl#``EaF7{dc)I*A@V(&X{U0A$2Q8*?$WH&nk@%;pw--)p}cgR#{ z%upC%@x-BjphsNLS&%TPU?bfs-^OAY!BVYb-+Q63gm*U$2LF&uJyIm^X+qg6Jgg<# z<1;PD4HIUoAP@UQo1~jqYy#xdG&4H9*_^JfWyI?|6Ff1i-cscZUXL;smxOqe_v{_| z21O{160_`WQ|E&bjcF>G(SSmdD^om5TM^4NtWbI@fZN;QzDAwkr1>3Tq*R@m57J;Q zE;D1YUjA4&buO(;%R2PSAp(Sa+E+~^y{puZs>6Z^EO3^6B9h+;2b>%cUSb;+#cyUXu&9U$-s)co z>=jhjVI?m9h#+|;u$W;3+u>vDb7{yS+_Dco_TgLBQd)+Ty3VXTn}U7_q*?T zm0r?GO`NKhj3IQ9L<|)(dSNWKuKlt0Jyea(G-lIB`(i8|7&rzL1J^|-?5PedDg#*f zuBhO0OujnP$MyZwnL<-96Eyt`lrN^wdk+26siWuV{Hzmi5|d1WY6eE@!cQXvcL7QZ7)vtA?;0d)#!TqZfP>d%)ksfdI*2qPWzCe z_mg4ZqxWy1kfZmzYKVA~bqMmC-eCtFdHTdx=fys>wZbqTtWlj5g0JufX z7jDq89O8eBbU{Nrt2JvK!bv&EI|ki`mVkRG$L{PSGaCAv_`dRVuci=WnVF_Vq~4;(+T2PD(Q?_YBMK+)Cad-_h+=Z-m51>T!G^~5 z=4YfYAK5q4spx4k*=yN3in!r5(^MB#1tLib$6Uu497+RpkYNUL7IHdF=P@+vxeJ&X zf<4{F1rcfo5nN-0hv58edY|Bo?1e++LqI<+DH+tDr`F&D2n5M5KL5VELoXyIe z)I+sAiFBTznF38xY{TVz>Dsx-83Ma5@Dje*IQKbvYrka-btL>(g=Uum2zdJ@k4j}j z!g2r4lIyh^XXc+3XBqO;Kb`)=I%)O#4I)ijHMcy6Z0^whnCP1QOk`(f=E1^_$>bx6 zF8wg*4 zIP@hS#cumW<8jZD9J+O80Jy^GCXG^-;@ePVJ{(4mR%YdMK!Q!MjDeh<8I; zjyu-0h1&}oU`prJX^c}%wIA~jQ!am?rXFT073}$-%Peb^k*lS`2BgvWSp0fIpxP_&-ARxF1ri8ZoH-oDKJwGe!n0sU&x#g))W@ajCuuCqbPI@=#mRlXFY zPbbEaPdt0+Tf--uKsExmy=^6)^?yZ%a0OSO8VB&U4tV>>4p$xsk$4H{wW6M=M0(Z@-k#o4aQ_MMyo&X)z8v>n+QI%pd8U`Dd7f(X? zRU1!#Pi|uLp%nABD~d{V>-GL=vW-s(+!hx}T%g~s$a$gH08Y(SCKBIc&x-@iafnZ! z%T5DqxTT75DbvHk?R*k)|6<@ zdSoP#ladLm2fogKOg6lTMX4FM2tE>!_u!m}uq z$rXnFS0p6EG;#CtTR~hnoT{?_a_&OQBUKDmp4-z8oT1ACA=Ab}Q6EPp)33oHG6vlC0av0ZgkSoyPtg>RC&qAMvr>xrN zn~N`BLd>(3IFWv=#<@%y)U&!oIRW~V;AA{ z5-m8IwfL1doG-p?iO;HoBQiM=S!QiT;rt^JJTFxYR^ooeJEd)4S`&775uCEY+_tsM zm6t3@&?Ej@Hm~Q7-)icmKVO(}g(-;9hl~t0i@%C*>Tf z8K=QQ`9<3P6c(K`&@^x$&O&NDSEBMM%6iMwu4uD4s!koi9U<4A-mcK@ z6N#mwo0}K9hS=ahCrJ$jjK>p01>6TA+P!`Zw#R)O$7Fs?B0oIE@}MxVXW1hIx!|!Q zj@uivQi%wOdRK8*h*=+sC%ZyOH%lWh8mfo)$6g}q>!=p>w7=Fsh02T>-G&y*KF<2q z_}LYicRa>Al0v+iWqtwRQI}W_0#Mk(5xgD;GGr4&Y2kWUA8siMA_APjo33mHAsD?LwVF-TIw{ zKkGL7>$&;f3BfxFts{X=fP_w9q}D|oIhwY7(N*M$JZJMbYh4n+3tzDSWlN@QqqXk( zDz4j3mLrB2NQLK4)4`~uE4_bm-m&5OpuJ=&Guet6)y|f^5e9LJwX2((>FyEAoj)IM zSw7#Vlv!3jU3N%10)IVmAf#xARoFs*?TM_*8uE=A(d50l@jh9gc_QMqIegDGA2k!;deRY1UM z+VzbE!@PFgI;T9HYle}by6{X$?@WFQlxp?>)3QPtwGE$FRU@4U)pD&{2RFMQ>>QIC zF)%EX_gg-*Pt6zH+)q40Lz~DuL*5q5fM%ZeZPEFD%pC;a8Bx8*s$R2c(5z$@H4%Rr zA=t#?X}7OK6x-gTm8ZdwR<4YTp6)J>AkoK_FTasaNtK;tR?_jI{TB65#mn|=jKFlw zEd0YpSiaZ}b(5qRGp=v#$=Rn*?xD+r6yjOZBQJ|IyA|4%%XGsV|U9mU--7fblOV%14^x7O6>!xKf;9CSC z9@qh14zHpwB9J)$%0hl*DJL!@2sYOFZM5gD$u`Z<;eO|>i9XF!=?99Ys0Yc&g0ne=ox$}1|K9X6#HFJ;WirmjmLD% zT0{m27?O!NV}Qeu{s8Sh2o2M4m`Uac;O^*SW-p4xOp4I>b=Os;RTVu8K#VH}VuJLe zEo0<#8XjovMf>12)oli6@pNDdZI_JI%On(AA%ebJ#I-Fpvs2Kn`;z}!Q(Lp@Mo-n3 zLbu1*pPY6N4U~HOMf8imn9dIjJL7>pNyrZXVOlui-g`ENghul8b-g)Ib*$z=bzix<>|c z2InE*F{>WwmpzNvruQt^F)!?CK(}(^OA-!2ChTB$+msAA2|=a`GBO)0pf|ZB=1>C{ z;en;LsBwA9S%hP3D`#Cnruxq$yvSHj%5cXJQ^+H^= zR&*RSsv(`&ZC1eVORrHkjKxE!(LhW5lqL+WiB}#C=0KQ+y+itf zqRO|_HTbob8r z7Rghlq$kyiER)7AvsvGE%g&%^$YC|wbj9?$$bSUkUV7HA{^x6zh+dB~60fIF0r7Ln zDzU|(Rk3v=p3!K#@Dt={$9$PhWLSsmDh^VD?h@o+W^Q}3$a3MAiAWAGk??R(CH_9E zz4uhK^$WANV=Ubd4twsYXu$TC*^@DrY=lWgi3^4WVl`8;@+dH@f8_{W7E#Y|qSo*< zT|R6}n*7Lb2qx}(HPgz3Hv^|i*Yx>>>w!+@wXXuUZh&MFe&avIq&GCj*us2V@asj| zHPUe$Gwx@(n2AX`Cg%2E8cGJUaU-f0$O-k!^3Hsu;SH&deLK7v6@d2&RFH89?Z_o^ zK2pCH*8o%UAFHFqP<1EX9{TC?>M@-I7`cCOrs9(C=80TioLSg9!e%3cha`t#$vzHb zvzL20E1-#h<}R2o;V^Z z5`VX7x7Z`+8g0b=@E%}Z##sI^RXs(-%PBwMo-PFDR0jD?O|_FL!ZmW}Fh|8H$&m3S ztlHA_Q4!TB<9a=cVlmw2<0w(5`6Uq>Fu{#u>ebU4<=(0N%ng!$$51UVvm0iRM`8YP z(NiDbBb(PWDS|HF$Q&%8fiLmBZZM)7X}^ZD=V0mx{?kk`-xhFcA1$3nJ^VD4px4Xg zhb4R%B!-5u+7M63c#o{2+~7ls9vL5{k`&pwSLPy~d;821=_SK67WYePdG|9Yf`h6d z_wIVGdX@uyCM}D?>QcU4{E2Z&yaxqaRfN=lg3#H`PH?()+BsUF|CY(vUX?YVLC$ojN1o)OjW@&P??7s<2W~OZGcT zXkI)(uZysN8C&kLJ;DySA$wbhcDH{7SHfFY=4$0Q-y>oDkdKB5h}CFoHb3oQGC(Lo zF9_ls`c+91#26a}`VH^dL1J67(e9fvgzFydLiu|``psxcD zJybvRj)<>ZF=;7;1W!~=`RZhDHq+P(%Z;kl^qgEej?pwa_{?DISzJHUCZvMfKTr_;;&yeiZfAYxj&I$;}L5*PNW z!auoQN@tNuZgTSo@J#QEOh2bHZ7M9LH_p*BU?G4l3-1Nl^dP~ zdd^4;g(Yd5b8&m7I%zxi@ZswmTyu3O>qjDUPyxSRd~|Gho0r>Ukpwkfd@qX;YAWpJJb)i#vR)QKh>GpA0?LTT*TynjDd<)52=mWG7om)`-| z+m^Fb1$VH_5nDMwF^gF?`gDB~9bI+(^+VQdQeD&rqVs2BTwj`%G@*99N(dRPc?Ne1{q+0kmQoTp6R#}d0gnp=$Su=WRp_V-PmqTr*$Zb zCe1V}2$2!(Y+4fVZfdoBHqmijkk?O7{qa+2`p>BOawj_tSIGmCZ??6}pPwmHrHvvwM*h8v`2ZPV(n~~{s@iIlUR_vO|SO3OFj^+L3N2yh-S*9y1H_TEHnub!&L zgX^qB3Q<}UxY&KD%4q0!HCdOSuX=M7YM-Cl?ZOgpqZW+~x*$~N)ya>pJXD>cIxcYklw zD{(!_@pf#oynpDcjZzAE5wjrdi;a@YjLoFBW5Jh}1K`q@98CPwzlhv??)dzBF8xlc zt@L;|j2O{BnAzXIC>yB~Ja(P^I1IfsK<9r}o@HjZz`*;qQ) zD!Y*^4VZ9g^b%TYeq;*F&cc7BzYB5ekJ_-OSUk>*uo;zN=rkG1GxqMa&xK_(O}B5$ z{+h2_7e$e#dvo>MS&-LG2ub(Uej|L^A8B(7A7wa5b&f~YQ4Ktzw>TslUACs;?0OYK zum^k3+(KWbC`58$JK|AH*y*#^UN5Y_a;qOc4M6CYgl3(e*`vG7Et?4H%yMcDG%Lie zF03VOrllC+pyx~9e-C&x@SayRO4{8hzI}lWww<(h1b5;L$KK;BZ}03V0mX z#L{1A?j#IPrW25B6n=Ha&R z01~CuBNzTkNxzH#4^?jg6v+~-3*+wY?#|-w?(Qt^4vWL!?t{BKEbc6Bi_7BfZp$Kz zy*cNd`|kfo$5d2iWp#9PPgK-b`DJGF_t|;e5$h@Y6gqFY1UZ@xG8rdRQf?!3Orv=7 zCYlbM3_{FHJDiGzi5hx8@EXYGaGM107Wj^zrKmdciPcu{LA)x>Qv1dgNalApdfFE) z<{btjb!~+Ty_fKykVITuM{Sm*hjFiNIE6QyKVB-c8SAJJ0O)gQMAROAC_#Y2GJB5r zv3ou<_DK28nO=5{-hRPIj5UEC+~L=>Z`6o-{EwEuZ~E$6A?zHvaP|jJ;$tOhxM*;E zMUl0_nI^-OGDk;ZDcX{T6~FFvMi6Q>Rf^>ZQdQdG^5<`QW?mnf_lbqUsGHWp`QpSY z=fW6%cwbv=0Lqv1R-S+VrO^Gd^benSrjPrx64h&uPdv z*kZ8;4Nz{_Mx%8%!>zE#1iBb4bF#Tn9!s9Ow#2P7xFrUgX z)G_o5V zP8s#ym%5BUs9HDT_T93qLb==UDodm9KCEi zAEV6q3=Y{S9cn8FI!@NxTOaZnGtJwO5B#>lQqn*Dh5O6)k7X_Bczyi|CerHf@@Q=D z8DLu>`7l-F+y`k2$$5~#j4u3}1p2-kV6UaIs>+71-H91B z=@$)Oa4%bYbiI0PqyxczwltEH0kruH5nxZkbw%uY*ax?fnOBENWZ5D4&HDm0iJM@(%DsP{2*6|eCW57rO zeLAka5m$tqa(f-E_rg{E;`oyb^-JTiW(uh*GsG_=s5~t9oqmDnLv#0iF1HnfZ28&S zl&G=Z(=J`NPbF!zaM)*>L zouIF2_#qnMdFh1R-qFE*B4PnjWB_z{c{0@Kw)|}_^;&D3yZqRb?b0Uxtst!6-K-EO zvwDei;+1ilWO3weIM;8z=1>iE+Ox71?jpg>g|aFftSt(|4y#V`sIL#>R%YaXSOkO$ zVIeJ8<-f6Zz+hThBg{~#|6Ks$_W!)SH7Ey$;P1}XcP%-S1 z57u2e7Y+Wke%tcR#duSjmL-6*9L3k%tD7Xk)6Euv&=|o_86hNOXHJ=a;reMac^n(> zkwjH0Im$la~IUtd^Tiz@OlJLOIuFPS~TdHB|jna5|(RnVxF5cx#g#6_r zgVjwvmIJkyT(Do&eoVhcq`!QQ{_fh~FK0nP3k3RsrqVq^CPAm}Wjz2MJB{o2w6$@^ z-WK-xrqUr4dh>MS(ZMBGu?SeTH#*;`jq!|Gr8b!J9i}V-?QH&O{*KCFq zo~R}kh6^O7ypTXIe6GYUiv6pUn(os618dhJgke@kZ&rAQ+Zdct&qTgYgq8N+x-KL6 z!q(5xJ%>)Py(NRE!vcV4%IB?EHNJhCH*3c3>I>u2E+tphdKrda24tJw+jj7q8Nlu< zh$0@FY(L{{zhtWLbD9ylOc+}Uk1hq)v+EXQqq6Bl!>^_7;rWjSw}-uWA}xEd z4Tli|_%3qRcfV}{>J}jW zytfXEJ%BuyW#+7oF!Ca!`l`$D5$QD}*su$+4LETI%6#;{P3~QrWX?U7*;G}SH4j5* ziXgK&tS3|Wid^$TL0OLnUivPAXmGkiskuBcIp_J^bm`B@6Zh0i&Xh$h1Zk^ok(@Gd#mHRIOD0dg4l;PfOBSFej7&go&m(q8 z$Lass`6IrL++_JcVMBl_qK6cjaY-So&)gT5@9`BS(Jp)aER2c6Mh$t&?>VyQ>!pZb zkB;k)lr8LY776NRsjiu$r=L7!?c@8}Ty)gGQPR7{0~1`5-Z$X{$eXY0MGp&M>?oi$ zb^KW)z9M7-uHsG{l6jO}suL1W99s_IZrKek3tSv}-lTAB_p@8f4)Df|As*f)5@ zU+KP_aEp^Mg*7k?c2PUdK*r_sVV6p+iBVJhv23|SC|9}S&0ey#E}mi_Z_LzZ)A3~w z87~PEM!}sELE1Zp(8X|>q;Q+V+)MyQ8bSf$qI0<&U}R3&GR1=JD0@Eob#d(bYBO`c z-OzN39%~E|_rR{~8gyviYj-rTRKbv;BgiAPt>6SfYmVA__%6JMUZ|xkzj#r|s>h*+ z3{%_Bga8;DY_S%>cSR7xH>5heP)6b6H-caTTcQ<_&k@XFb@j`=V*`M8-$EEqLeDvd z&$`77IBq+N_9b;h{Xy;HrLk?Gq`>)tPXg!87^P3ipy!{1E^UZeG%D8uHeU5Sl?$cwG^^qxZHoX&nz>YRgVFUsfc5O)^XHHwn`{s81S-{gl zi9TgqX@Q1>gd#9ON8inR>&0;K7so;L05?6#(JsFb(M(#V4ZJ)>cVrMvAho)@B3Eu9 zz)(g46tvb++?F6Y7y*TSlhIMkFf*)kfo-sA7vG|KT#lfEU2_lrO{UJMxb00fkYL*m zEgh<0u-E{t2I!s9U&g2Suj7LjC;10Q#X|U2fzk9?@(QB%3vx&z$tE#U{C2Z##Rk9c zE1hffvvWBUj$dI1F2)vCE{9GmNf$uA*$M7Y4xfeq6}!zRkZy4S{#N?pG*?|_JR$c< zxzgY2^*&&5TR|LDko>vj%2?^awnQ8k>CjE-W(`8hGpY-S*a-gJE)CJ)Mj!IvB|6Y5 zZm4a#CuoFUIAdaPcleP!F{1@F3w4>v5$ibA<#E(sxy}$PP(;o^UbiE3X&{%O1P$+;N9nHik9mVshMrPsA#5^CB^7*w3NNB_7=c zi);%-GK7aKJ0qT{P~!YCmAfwwEOge&QHa&+Q3fjZtMg@~SStuBnUNDd8@lBN|K)_2 z79@9(gYm~ImE+vU2vOkNO#zTA6@zEc7>4A_By&bfZSAwJ76^sLNrFS{|RZ zX!2SUevHnY#$ocqC*%)9j?WI@TM(98^s$z2`=|miTw6EWqdh`_!vuhnp@2Et0`twd zT2{b3F?_}MFAN_WMb(oolimE9$he6WuF+68Zz5&DmzYCQ5`N|C6U)$!O84Jxk?%GU z#^XJgJyE~ExEuITv9g*dYuE1&ZsyvsUf~bPDjWCb=8ih``0#zZ{aa=&b8nhRd%VeQ z>Vs~5^3Z7zjC!Tjv8V?auWupNTKS1Nd<~(OCQ%`vpGM+z*^cu%-qf?@ApdZK^UAnF zaQXdray4?Nc3RE!xu;T!{kKlzK58!9Db`=s;#13JbT_;By>;YSt@+G569ZgK#w9qClAj#~uRl;nTMl z=1*UY%Kcwd<=chB;7RkE`KX#tD@dJy%8#7Zt7B%l83mgU_o0i=?MPIWb?Y5~FIBSs zR$oBkTXIB9ple^)!@`H7T$c=v=po{Vo&6)))vKdeNRZQQ?!3R!Wf?<L|jrG z8nS;+O6yGqjb~qvhFi!gvem>F5a%&-XWPdsWa{i#c9Cai0KQVP>D><-hw&I2L4c+0 zHf>LmN8?D0N?VrLfgfx!xH-w}5r&<0?@y&h=Tp?{;rj-FiQKJUaB#%13e8B^BVn>b z{QI01zanW8AquF_X=f?Ja$(sMOoZN`4_%;si_s=4ynzxK!$624kI>^}6(bQp3d}B- zV58biAall8Ik);$)f2?Dz%zoax)X5T1H0E`lKB%kx~f-)r=7b7gXE1#gc)KnwpGpE zU-SNn;kpBWcZV_g-G}|yZB1O#oDC|CSL74<`lg0snT7fUM7{w z_lsmpV3JSYQqheM+nG2C55$P}Pve|@G)=g$cRV?a)IQl-zHe*|SB7r12r`CB13X^DhE5}QXtAPZ{B_sw5X z%DxJniAgad6(hIvz858}=5M5($ip}IeBmYdym6^8A46~(ZX^yr;9B>ns3q@l)8-|J zIksG6mpV{gQ#-?lrO^ayc>`7%tLvi+o~9-$?Oy_Pqa$MeQeK4-HGAX#cKd^+(a0Bl z>dcS=IGms&a(D8BXmGCfJS&?h7d<+mQTsfAAvL<&e~zs5|I9<`y#3PX#n%>6XId#` zmU_mbQhAQ$+9G-Z??8Gj&=(@1iB#F7EB>7UK9f;6n|HqbjSY z?ThyS@@K%)NtY?~to!3u!9@hNknidVX&qrc03g{g>-4jhRC!m`y}(Z$$|ad{_kB(S zEDO!zRMubQwiXU7ly(pND3hW;cFEbbn%h6KlhnV%DQXisB;aqrR?uKO?BhG^MZ_qn z+f6g6eI!;dWdo^qn^VwyH{t7BiRA6I7R^w zK;%*yA;BIR+F694-9Q&&UDl_SXh7vMQ}t6ziNMSVDLvm{SeR_^d&r!oM$L zQs6&1!9@79?-0&Q?a6;*K$FK(U_lDzc(-QB{88md2*ZYK>ia1yDdBs%&Om<; zDZ=$-FS#2#CS#!G35bZ@nIv(b=TNX1fAWU3UAf0{&AaEMp5hocc__{56*=Z(tBUMk zv|BK6JF>Lk1RDbZc`!K$o{{Hmn$?lna&F5QD7Qnb4qJ7jZ3c%1o3$=mRQXe_-SdhG(Bq;ZZP%PA&)vup{zB@z za79g9AaCdso~_<+Y2*Sa=_E8;J9Eou9%@&4e=}^AR@*u=VQckwfJcydtYdt0dPb#h0NF4pO@KyGMr#$9dJWthQEXrA8u?c2d$3&VHV+xB)yHt`H1?S>1|;*6*Wbz z!g8UK8q2m5VSIaS$uJyZm$f}HYWAhO@?hZ*HEjx!L^Wmt#{o)mi{`a zN|!`kq>S*J|JN8O%1^sEx(MQpU>k>uZj)6S1f(AFO^yp|Y5S+K3&8MAw5-2W=;=k? z3MAq1WMYoLnO=N`TIz4l)~%56BKFxLcDHpf2{UC0vlMpLIm%VtF_}S)uHM!5#O*w~ zHu05tHu)y90Zkw%(UO2Pf0cz$mdC)z^=J18oVi(`IRyX%GIVbpMxq_HlnA<)K&dww zWvHAGOTfV`J)8qy6wvu_k1y}j50ApUwI8v^b+gCiUy1~Il?|)^<7Rx>GONg?Kz zl1D7@=&0bB^xc&j9&W6!8Pz#In?)0u^KkPcf1YKe^q8XtH(-by63b6)hnWTM{GRaK zTMHg?v+hc9i6%trI(S17%`f%{ko8`^SYo@s^HVCzvF;m;YDq!9Ko5PG@Y3U#^l6EGWfETyYHc=`Dc11OO_yAquuX1lZwG9(Q!^R(q8J;WrRIm4f* z&w%mI=A=*93g)2Sk%Z@O167~H`J}~H(3`@%>;qSj9RXnNsCwN2Q7F9aLJyaO&;C(j zu)?Iv0BA&iVI~Mvf8kO{FX~NtL-?fK-==)tphhif_cu8o=j}@p3E8v%c!|friG;E0 zz{wCld+2PWrC7*pRKyGl|z3dpTGjd+3>1BHHrnj`hkqdL(M&@WY3AWds;wq{M z>gSZQ%q~gFD-)$EY58m{de5ed>H!q$(p|SAezsmrF&4ecMarFbAIZcYD_NyDT37XP zCi0$HOj8j3SX-Ijf`Eq6V+Vvnai;`{#QX&1KkCHN7HI0Dc@Z3zmTTV}aI|x6GkU57}f~PJw>;Z@+neJKRJHrUg zW!L=1!>mQ!)1Rj0>0XbpjYSeiLa60Th0L!|OY^J4*zR3MW88D^q$p+))(a68&M6#f zjQ$+59oto9_KbN2KxUnenhSH5zcGF!W5DB0^~A-Tjz6^}*+e|+>-Z=W&zsyjRs8>MEA>8jb%p4-U>ttDmUF%yV&5ogO)z2T; zrDb@dDl`TO@Zh<&%@fS(WZBplN~^Uvs!Hfp5jQ*vUybukp&rWbWgTnYDg#5mXK2~? z+_jcvhN;k*v%rVunzPL?>+b@w@8y>2N!jGl@u^q6f;5^=QvX7GzNj6*01dO50cyWt z7&Wgu5;)U~F?o{X5;b@oINky}py834#9`pO%)uY&DEyuSU@|HFj%}RMNFBEhiR*p) z-v`v+&}Hcl{>VZd3w}p-x`QaFO;Uln<_gk`k!2{_hMY(jw_wi@57+PD8yhd`13;VF`aRmJx%#8Yij47$a!HY_`N5ZhiOEk#nL*Z zbB0uJC8*QP%6&x4XkqE~`#Pj%+iet^B=_C1_%*kWo2CpC*ww1PY4?DaWfTw~jYV(|fulUPpiNe4=8 zuvyC47vvsdf@4@@ePv8U#Q4ddzXvo($o)(zwM#Q)nOxPR6wZM-I0CzCV{%;Ts#NJ6 z4Ueme-sr;TDjs)%VcV=%DwPLqcnIrgI7gPYfXj}690{XjI{{9bI{?9yS5KE5HTc3W z-e<(}RgDJ{0;^m)e6R0}W^Md2qY>_5a=dx!Z^fDQ%SMS! z?sh_ZoKh{t;olrwpEx^<_-p=LDCG>LAa2Fyc>5H4*RS?3>N^2{c}RTx?5Vc=WjZL# z2+bNvvKi~`GK|57nhs#Xz!fpf2^iYlQrRY4RKLyPx+&l|Tm3~$uoV--GCzl>Ln7or z+PlWbAjkb@%csv{dt@nmk#qhwF#0k$v+E1fmHEDCm(*mwvX`8cEW;qOhmE6~VK}<5 zXvcI)0DhH#63Q=7YAsD48J`z7eq5w@>fWa^*1o5*@3I;9R;_>^YgFUc@;`HtY*})$ z*?D4VsVLHLR8rtWU&LYb7kcGaR4XjjB`(lZ&|E0D`vNY?15Y`XxqNX3A$i?-?6mU9 zCcjag5P9>q+X;QWsk%?H^r@Lo8sE99qj_gsS#`#s;;~bzT2Hdq>RhjNTA}J(u3aW* zr{bf{f-Hy*H^2cz+@stP)sXjSVvP;W|9!_lV>6}t2gYx{-tNi0UcRa%QZ1ujCyQWY zAs=jy=$?`2sRk!s^84(4dV0tf5^1qYGFgLz1VXaN5L>#^(ns`xvq&C4y;-ca@) z0kLBb_pq!h;@lv4D$0x=o7zkry33B$L7fQ9EyXn0WL# zr<+F8WNIvtv5SV}B~s-56E7$A7Co2pv`%i!D7hrE#e&G>uSCf(khd20bT3~gj~c7u zvD|+GrrrI`T=(zZiq9B)_cqTCtRO5nQ%}E$4N?}2D8WC|Pf6F^sZEF={5Y7#7&YvT zWzU$*j72g+78^klN>L0=#jN?BQaTsn2{`zR_!_(Xa5sGXS3-^eHI0M-Pa=2aT|M&0 z$$$l-wVaki*<~wT;EV*><(O3-8v&Rf#a z<@DbszojaXY3a#R`YPi{&NGiAB;*#$B#11X$Q$ntXs7D-TM$+O~L#!0PYWUU5@(P@0i+};AZ*xKjrscUgupSvlt^W zZ_jwg?v8&BNO8MiTsDBqqK_y2KIt^>(m`Q6b#ltr=}#N_4;)*%e_XAni63q%4F7%C zr7vt4SYP7~*FlJ18I00N(qk^IEdFa43&9AD*NV$GTWgJF?ENW31cJtQfMj9(PE7NA z;zsjbv*`qSS;3bUU+*)I$}9(kk(@9X((g6!Y)K9?W|<86ts9jb+P-vbIq+e%r03-4 zjKHGl>#Y4jfuVOgHs>f9Tucw@O{VSFHx&hFJ52E@;+$LxBSpUP>ykf|*QY;M3Gh5C z1w=4s~X8teOTs8^``$9s}^nm5DA%*Cm{SdgPRr*`E< zXMf5@fG%3nlwN*w48k;gaqtLO-dwyldeE1E0u^<~B4B;^lmb>5Qw%^A=@uO|=B-KK z+^7*Q>0PU>#(~)|>(k>KoL1;(IHdHlY z@P8omOWbyG!X?X#3Wp7j|7kA*%<;R6(|mWPOiX!3o&gWFaxYzUjHIY*RCu?XTpK$J zaH9wPD&8-Y0U*LN&=)dbUTt)75u4D9C>aw?^-o0V;iW_u9)Xc1Z?02BUH{ZCDqa1K z21!Fj{ks-q$?o7C^Qf6Q#Xsr4@E3pvT5AP!xh&=14wtQMW>V{Hd*K#3-Pvi4RHgO9 z)5_K`tyOsERPsQ(&V=dF)}N8r~2%e!cnE! ze5_H)w8kG@TwsF9>9qP5=@Hge7>)5kC;sZQlHL#saXvQX7J_3Yw$QTa8juUW!57Nl z+4Do72Petj%|0za5kyziT&jcl-t)Kz`I+x%yM+|)NrffbSS)6f+AF(aN-PHeJD%(q zyEkFbNi@}PMF!t{*gVbZxQ7A(o%N9d@N|X)O(Hm&d^LGteZlr@F~?jnQaU#wfEB&< z>b|7QADCq^CZsYIBDvYpM1w|hn9HHsZWzp?JwrG!WVag!;U2LQ9K^bCE7dEVPQsJL zYR7fw8pv&rruI`0IDrJOzNPJA50zi%hM`UGpai=gLBm7W?5~yLt6ce&ay#`Y3<2}b{_fGn23wh8i7kd z>M|N~$Jg|wDY5PGlZe+(-NFw_T=nB4_OVZe0DDHm&yDG9B%ni?4EQ;)rHl@~jTY^7 zlzH@f4DhIo1Dp#9`KdwS%NAwCYIqcU4{Omg&B5McMyAAPXpI1N@5?!Y zgm};^4RwjY-!Ncih)l|jUZ}GXkBoC-=iRgyjPol?3CdjTeNEEU7&(I*eG~f8jmKmcDs3c0W{N zeJ_x>f)JbW^kbao$2!>)j{)<(_4xM|&y#&Opi%`TKtW0o_HWsS@mf$pCPNQ8?>jSz znz6L)=a8%aA3gS{1>yYJVQ4*eG2YJEEhyq6xOQv>LLVasjWoZQnZP0#*MepRrz*w= z!Ilm7wp`|g-^v*dtIUHUiOE82OECr0FcVg@lU6s%fu*U+U2Mbu26`s~Kd`Q}x>^wg zVFUp*b?IZb2$dr9Ba@W9vpi>b!W(Epv_#$$FT(Ou!Pi-dx2@fc{uh55m+(pOwij66 z7Kry0GPNg3yBoeLq*C0P+7;FFlR7chc3(a!nM)EhQ?EE2$X-_xTb^@_hW=h2qK2QJ zuo;@PndM&H0cC$K^Hz&Xg)%DakLr)oiAM*djhxP1fLGBWz`g~YhIbmioOw5S@bAR9 zFpU?37H%Ob;zMZbUY=hRENn#Ba)ABR7~sk`zPs{E9t)cq-7B# z!zIh8k!Got!;LlEZ*R-Z*ACJkTkV5jp(2zB8!A_d-9)cn8%^DIu5rVSEXaS2q?ycz zO|Ip((e`Ugro}H$kBK}c0s|+6AT$Q>ahG24GUMxezPYM3Z3I6;djs&wAwd8zl%u4DNO->nzwyc z{PpZLM*a(^o{Z;z2Ix;%n|`YJBZ85t?m{w*!eZ?xs=owhFaGGqO)U_74uSZpx{GKB z{iEL4&?ayQmEOZ#$d?s$yp&+!_O{nsHrohx)|LmgfFU)e0G?^KutGSeplDdnDZC-=`d^V&FKUj2wZgTcubu+x z@D<3#HY;M|g+nc@&R0`L z^Rx%FD|m3fG;pyWNS_c{@2aofO1_xmKH9rRQ1RQWCd%C&@QB%R!)Jt$0GLnbLr9qY z5gznZKfOjh6*v>u{`MJcD0PC;64d?5F(~}(j+q_&+qaJcCf{EOMN|UC(`g-l|YJ>@lWrT$Sg62U-?;|%M$1YCUL%qE# zqi!ep_@6@1Y({14*@>~dYrM7CRh9^8pe?W zqDk^jw!(HK-%02tgZ$~>(ah<7oJISD8zS4*JXQ$-d-^~5B?j&s*g4-@N$&lPS<-Rb zOtbD)H4;6zbh5E5)Tj~^)gjpHMKeWlbnaw)6|59-;K{Kf8iE9)M-VEAw!s>+g6(ec} zZwG5H-O8U#(jA1aPtz)1h$e?904vy}6NdK!C&MJeBuJf3H*WLCPgVZ{mC54YEUPV7%nM`w0rtPt=2e1SEE*^E~?*s&t0_a~HS| zl9g~$&}Ql#zCkLP&LAl{38CtyIrjba#;RgIsNIM+;((h1b)MN+p z(l00=@lOcME6INX>c1BKKVZRN|I^ie-yHY>yZQw7|7;Sy&p-yNPf=kwi$7ph8hEDb zVOd|1*?yvDTkvIzwf?id;xf6`iVo>KDgZt;g>90iUsdR0t8UvOvdy&K9%S{iE-puR zk&h96wio&v&>b1Pjhxy_dd-wib3}j*);<4ajE))mG_#GUcazX& zc)A}r@@`BfVAUG+F5)RW#&IJq#)M--+fn*ZNP2xv@l^ca}6_L-RIvh?O@;?FqXuD8!#Sr zqZ=@WT8-7kmTtgJ{)!*k3)g@P{z$QmNN_0?^qHdV{iuM6hvmP3nY0Nl1_oPZTZ1|FA^(f%{fmIIbx42$G8AY7ZiCHwy&xI zM})NxIl}|~rE(Sb9H=v^9MpVs;m}5_HRXuig&)>aRvEfuE(ssj0o^!{pGJ;OI%1#h z*aai+02zI-)4-5x>$q!c(8~22Hovqkc&4I2@YFwKhW6CIUi5@xe%xaNGd=(^VAeaR z@TSuflt8VMSA6cNX9nP#ssl}X>Sq;<_8^oY0sl82G{g{Bc#{QsX+J;%AwN!h#s2I4 zEB@aG3^qVz?g=Vj_D`C?KSuvMWZmOYcmujm@|@YZUkuzu`I&FbPcn1M>17ui!FDRC zE-IZ72Z{46I3D&15;DMaYTOAPCN#Mo3c}e7*xADHpk}bxL9#;MstEqZx~!kvQgtq^ z@dE{YP?vd74TL^$^0|P3F1Wsb?@GCax!~uLtAoKcp25s|n|pF}y8%zeRPT0qatJJh zZ*Jk39+A+@%Z$OhXO24j;+8b#kH@>Io`P*A+zRkzh&<)FvmSsQf1d5bC&mSUM)!2& zh+X5enPJ8L-c$FpSsV6!Hq9Sr>Es6<{d@eU+dy>n7;*q_l2ME ze+vpfI}zSzB_$ReRk$CKu|yBRLm*DqlY=2n_u<6AANU!yjj?kJ!Lp&nRl$r*v2tW;c{| z?rc2sFoFrJHmC;N`R2eEeT_L8QI;;Oh5wnY$nqUcd(Xoi2blU;KzXERxXL6nJLxSo zE%hJ}zwi<193pSU;K`8QWCi|QtpBTa**gx)H)PEyo4I32TbuymZ4=T2#Uz1oh-e8e z-ZMG_NQl#P!z4}~TwahOhZ2W(z+-|6HZBuJ33*>-i^Bq-Lqw(5YfLQIv^$j{1OJ4A zgM&N$i8d$bw3ovL+M0})8MBI1)2?|bkUer0XJ*&xq5k10+c^5(Z6VGzZ=oa3*Gz>G z4h9VlZA6HG!R1_7T&y+^s!C2=NU_)dUhb9!iyaO$BFB!V23cW)V;fO2#Bl##E2kH= z5(I!I7D0y>*F~e*6O8P1SYU38_8_0>>9)#0XvkiI#W)8>njWu&(=Jnupr3B942&;w z#Z_%BLe8nwLXI`WL#MeXiyFuV#|y`My6%$H5CBPv9iNz;nb;PbNbxi%T{|H>{a2VX z<2uHvV>&4e5#k#Bx|3!T)8APmYrVaxi253W+RaNf~Evt+UX>4#!X+U@PlC;G#dHdAc>N0^hr%X|}-VK##@347ej(H=UkqswIQ3 zr-bw}!rlw^2Kh*~i2m{K@4uk`KmUH^eZu|ykp~MNfr9Ui!q-61FPY_N+Ag43E@>+* zl@EWxkekcg2}ea%l7ZPN?Pgd0E*z<))Gw{RNcqWG;9Jy~wqMxB81r-Oi3H$1%{;v| z$;g&N;HUNxd{ge;$=u#o`|^ot1gWkpa$gF{H znN=Qm)kO#;b5WNFMCv9)gljzv3zsB|ia9F+e(4rPehf3)>EJR?oUZvfs{{meGlG8s z)^rQvt3(13l~7-GtW?0Q8FKR>4N%ISYRT|O2~&FT05YfHI=v5m;B39owBb?KJfC9V zb9pI7utF79?Q zn6o-{B*wACb~GD}PseowV;3G9%C1do@ut<@UCt#lx@XVA+qRQXYH7^0pgYB1*GDQ07B_rrgCXI*0z4n06$YLTfT(DYvGB+QqMfQDCv4*;d*O5wS()U%$tZ4_~!&bJ!tLFBYW<@R6euCw^-Cv_699W8**kI|Rym+d@p zK)S%z=PABK><%hwHH7->Ctd*q<-XQ{>c&eGO1zk~~>l?SG zx*81;c1))W18$3+81QnQhUSf3OcSw`SOqddAw|znGZnlGF*8y25}Vh70lM?ddue*^4K(i=#EBHCh(lz(cwy9QLm%h2~dgInYYGJaMUM_S}?X9@( z1U_c_Tn-$Bh4|T1IOV65>hmI<2bgiXLLFYK`!o9Nk@3Uq{_|nXIfUOCsSI1e(kqWh z1L*fbFzCpQLsC8QXd2fTvF+nQ*WO%6g`Vm^L2rL2RRvxHUSou*jmdM9`qqYSpOt6b zLH#7Uf7yblhF|u6KgM#olES+!Z^afEE*J=#Nt8*Xu{N{nQXhi9aRpmp0eB0@2B+<= zI-VT5+uZ^)Q8SshA1n?8Dt8K0I6 zv}QXUDg-FO1T5!jpg!k4ubA{i-jN7xwQkw(5SQqqZbHnO-9D+$W`G|n>`8$sgDH2= zWwd zkO6b7x6XqW4E2%E8JzXcPxpZFP0PWTIS{I`KyY z4TT1p=3a#k6}Vqj0ta7iL`Dz?BEea~SPe0a|9OxlwgWB`7!w%5%H=JblTw7c^TW+}M{XwJU;Q-)DntJJkCFWENnq9%ZATp`Zzp zNu2#4Ua&T@Ke#`rupju>!*BIhv_A;)GhOqqA|XYkXvl4@>EZU2* zN>)Lrq>Om+#B5=0ZyBw?dqb$y9JV_Ygdc=okITV3&HqOne2NX6gUT$T2mAYrp|%7j z{6FvC8qC^|aRzL}o-DpcR>Df@QnL}3*t{K7P-EiZFqkTnLuo2~02Rs%%nZ<>J={<5 z%}zh_j-Uae0b;G06kVm+dK6r3ubqDjX_XB0Trw#CJ{NR9^hy|__!U1j@stY_lm(cD zsI-Pw^QeU7dXamAvX?CbTxkXmHe5d}2{<|!x*;Y7TNM|HqUZq2&yk%lz6h(Ax`(n#!DEy@_$dn0A;jRp3QVC=hqx`VmpiAZU0uxbfXAm|fT+=MIQ>b4E&9ccNT2A1EYf>=T zEF}0_(6@T{i{UmG-8QfQN%8dN`Fcikdy`e`MfSX%8;@MrH74EXLwBATVI3@Cm^tXV z5w4yQc+A%%#|>j z9-Q7`1_+o3Lcu~E`vAxcO@$R{i%_>0(>xWHn_psB{GU(}K6uC9C)h|Gmf4nvbXgIy zYgXoSblcd^iIfHM&Ys0^tXDV(a$5x?E7v&i_DsY2XefI&3Kxy`-h(?Bd%(96$L;R` zhVu&tNNNED+(AJSw>EK|U}xtZ|K_EAdNg|VW~cCpy9_P@MG_I7_<6aNr|902g#6?E z`XDC5AxmeJWGaDo+IBq<^63S+zF02;+ONitUd?JQ%HDtL(h%}(*;Q%8a{FAyjX8-N z%`lPp`3&dlY<3QKXr)~pTXJHnTD#tbZ<$PgG@iCX{!{_7_|bbt>O zO!y^CIJVs(@;_%ubtyeo?d!DT`I%i0n)u3dxmE(6j~>)tIurtiQn4mLN&Jt`^CcO1 z+USk>BI>x=hL#C=ddyYN!T%JGtUrSmzp8TtMDgaGpFj1O2zzZ2-lfW^SE_lZI z+vfL9KW@mH&7_qEC(bn)O)I-(g=;~RQtav;!TIgh7K=l?v|M>(kX$(@`PceCcV7Ii z>mSN}XgJygW{t45Z_j;I;&R$;t_R_Es6s!CsK7p=tq|5Oik0o2Ast+bgC;K}y4W+!iX!O&U zKYc=3&Afi~UY5v%ZCy%O)I;+J1qX*xrkdZ|uxxIep^|~ zx-LvdHtPw|6PDJSPkBAmiQuxxVFs7G;kmZ}z!J(Wjk6vN0&cZ`iWbm2lt~k)?6Emo z-&UO6*HexWa^sV$jNof2xxngih`#*l_NSiuubalWu3y{n{+HwI=?|?0XE_%UhKHhF zTh*x)gMy4bjsIOvu|#a#wKHVX3i_Y_z5 z&DNE-tNm=(0T?ala*40w5?HDSy?ldcK89UFZo-e7&-Y9M&K4oJq5&HQ%E%k4WBAxH za@^Xf{VKbC{<>QfhUAo!6B6<{KiS3?IVYdfA>W4;>>({0;yZ4~_K^*}9tBALG`t;T zISlItB#9`#gZNyZ5jZjLBaeNHGTR+Ncd!YXtrMk?UkiRblv9Avkv|;e^Anb6oR%U_ z3jkeI1E(qS@kJ|K?K6JtqBKntV!rEz;R0L`q5XEh*(EIn+CGg#a^E+BgjssBT+$NY zMc=>_Iwr6%JX5GDk%_V=zytJ4to;tA$sod9u(hS#%&J2*d39vf(A?18>aSC_3L*6_ zR!blY`3Oman(U4Gjy)ULc*nQ~vvzLe7xsj)Cx>b?V zr2LJRq9_YQ4M!gC-lfjdJ4Qq8Ium9>p0svijqap8;1ReAadHxX9p-@QGUeF@o`37q zXmA;n*4Cg=c~swsPY^?ZPZ{M?=fT7eel2-?#Fy4;@K6wMxv+d@PtDwOUsYt$wt;{E zKU)7`m=+WqCUB(hL(qI|hiJY0c6`)u$~4M1{HmLxh2yu|`}t5_?q2m)4o4wvA1|#K z078EWtcyt%d4x}!Pf^I#e}cY7`xF2e9P<0LZc3YzCsB=L`sgh<=F~1=2?)M0Pw!jLVM(bgJ*xX^jcQ z1&;Vwj%c0XSL6X_vz0or60OLseG??Cx(xx~(cVtztZ)IpCvI16Zx$eTxnoGvO9|9h zZ{?PA*R!BHpnJDzrEFHz0-l~Q=6`6=0fVgE7(fs)$OHbnU!rgb1i1qBH}ZuLtoT5e zMB#yB$Pwq8@jfJMqXD?MsRl9Jr2uC-V-3{-Y9g@T9GmNtv`wOCfuM7FowqO`=YksI zx(_}J3)r23+^tQi9Io6JuH4ko!UT_xjSP3LNBQ9^7c0o~F<^hFffae>n-Wy*KX)8p zc8fYx62K``!36eGXV4b{-wxQC>$m~}R$DQljh6DyCxBsxifqkkdm(3=T(vILC)$LPl#}RCGS4uM`Bln{Y?YT1*d6|7zR}DWHL#%PZyF}qp5ZR=KFeI#XCpAiQ_pR}X z!k{2h)b|*jc0dh`yR>g~tRKM9OCNd<1We2)7wZV;KN0qnv9oQ6pEa(#s?yniD0|kz zJH>eEGcCLX&QEHKKmGb?MDTIv@<|Ilc1-L&w6kCe2~PU^L>*jQPA&kNNdHLC{qxPC z<9PTFe#qOIQ6y8T)H}Np{21ca)W=)x&58aTjwyDO!8XmhXHEqvir`mH-&M zdgX-5ghbT4hbu<(6pjE1W_X>r@<$`OF+>BF1_)>o6VA-X{%7HkAKP2y9jBR$F)9QB zzxQ>3=g=Ces%G1m8`kS11LH=(t7jGL*i>;M+*%E4Ia~y*WHft|Q;5!yd5X?9-414X zvR2RDR(0sxHTAbHD-1DAGSDXDw_EzTL3CuGpxvo4ziXK>BWPY#4Co?v5YEBh?ycB% ziE50K-f>2dBq-A247t4mTz1c8JcSW{?q|DHP*Lye$&u!0_NHTXp6UvKf~xrVaZ0_Ce7D2Xzl`IX!Xp z4tKoRT3loq*5kR^D%No4}suNiV`+dZ((0(L@zZmXAXRrrMf zFJwnh9ar=E1Cfuw?{vt>N+M#@-bD9}4^jzv)-I7P8gSN4ES%Z8cvYM=@6P0Xn52`k z;!>n8RN_nays# zQ91UupIc=Wy$ro@zjgL%gVx-&Lj890lkVE*+IKa#kvBm51)i_y2{gOX&kRC~7?gkr zee=;lcCdoZe?r?2LVQ~T;(ypdW*)-8Dj!>`W!*hSn1)!5=Pv6WO4A11+CxrXCzk5961iNwn=mvfg)NhW;blpbrbAyP!9z?dDKC6~8^6 z)uW#TM!&2_HO<79lQ8Ntq%el{EKDk(JW*V|bEI!Hmt$2z4>8ZNXL1~kwJ2AT>JRQNhS z#s6AtX$;?35=N{KS{`Ms*EnP61yPcGZ;%ia?|aNeR;VGGp;Z6i10YMwQ51I4oVsA z>*{mdF%+$^IcMAe-NW?0tOfg48^sn0IL239#MehMQ7;iN31=^R&VjCg>&|mpIRIbL z@6Jd?H~@B~x#!iFtu>k{3{RW88=OKS1i9o5&!-8Th2i1gTWAJyX6{4yor>0=PQl{J z%}pQjfY^DV>3A8WMbHLg_JwBcJu_@ZmbDWcwr8!Y&mFXzRU;N(d3HELsY1sTO`4#M z`%Wel^UxxLr*>Dfk8GqzsxaUH6>%vSElhlmRpzG1sUPfiT}%wRNK-*V`hHzsu{i_K zzJkJZn(GUKqv4KsH+P8bEKxtmU^^|O?pCH9bl!X#q5?XaHK@A10j`S&mFDV=c-uY4 z4pWS3+-9`qs*F8;xIzby?5h^s?~HTn9G#D-cgtCRbr@NW=31I44FMlOC+#t9$i@j1 zuNfKOXbyA-fea((#_o>yJwWTb;k%mG112z=zV{|;Bajt{XE$uhBw*Kk0R(J1UkK47 z?D+h3#|OkGr4g;w=@ZoVIS@cDr+BuXGAFY2njz#%CebAeb*i z(a61fMHCKaHHn+|zwBUhcBJYsJ8rnWGW1t6fChpA-)hL^a1~p13W1@&)?AkG_1&1q zic1gaSA1SaW4khZ-p$e&@L6V~3ZxmiJk2En9HnJh)3#Xe_03(j!%k_pO?<$wM3G%b z<^=WD*;CSe1S@VM^J{&Os~IXNe1w`+;p}V2iSTu;?@IG+rAl;`km2>WJ98al-+h?n zTo!6SN#xP~@$MnWir}$prC}`Uo=8vV!ojtD_F4wLySq)RMb%qqNKE}{({anq+|e@d zE&1j$1#;aOG8H;)SuJjt^*M%KxQbc^2BHnknm3OZ5R`GVJ-Z-z}k7opcGMy|;G z-8&HUDy(C`#C>ERa_LOl5sv(MLfU#|!t{3Dp#nPV!w*1*Fy0ZQt3n%G)PEP9J8>7eE1WpQgH%z`;ar;Wf0jA4 z>HF}kIp7Q_33KZ0i`j^_AfOhW7v+l^Qo4wYzH(PlytueS8f*BEl4qGxeXVaOJXQj@7yCeAW|m7FQjx^R3tebk)lR9K|@n3X!PZ zsIXPnRtSJ(9Sdl`s0MQh8N*wvk*8vF1jy?yQE+_SC11ejq6mT*X%dDfHKqr6#fV&QLiPaIRYy$QO&JJr^(zxvk5sYTL$)0NcYWd8 z0Y@9q8_*f8$-&(z?OnFt-he%D9RoTEt$sQOIZNs|n=XbbX8T+ateg*IISU2A0)GyH z&VsTjuQx?+H=&}iWrJ*?i@Rn1ZS890T8L=-Dd>{cXJA|8Ceu2^Jd6vOuAwsuw4DfI zWdAsWz`&wXbqL|N%V-i{<+a+w_HafR zxn0wBj=VlFu_4Ix9uv(tZeLT7$pVH_5J$woNh?1RcG;KZ>wx@;Ja#VXHU8lNrS-p+ zs9yGr6?8i|8OC+Z_J47{(hLY!`$LYVM3JjV7jV|~SinJYn6di|f0ox2>a={)r1jE( zt9dVQfHjg07?!T^lQC$Je79)mf>)80vuVpAU$NxE;BkSHlOZ{Z3C^osl8HF>-%!gPIm`L{1b_ z>1I4L(+qV+Tw>?|m(UwT$8FJ&XeV+z8zh71q%IAkfoGEYpZ9vU+iKpG6QKS`uX~4p zeThDk+g@^$%N0-LY-`F7lbfJh7ahc*s8+}M9q8!p64Y`7LS6)!AbW8Eo{I*M|4b9G zSKWbZs3tWAQg3Gchqxkz{f}K|$X!hCU`?Y@1W5@w#U=Mq8#mCMylHEh(iwe^IUcM3K~bPa~eBtnmhPwheYwm#P=GL*Fp<1~NikM(9c{cl6Oj z27H~My%e7|*euJdgeuJ6W4Kc7&2s~5?!}joZZWPf%v<%|msJGUt&g=z@XUaH?Yr;w4tjKilD4DfQ%=<~!_Jlk^DcK6rdCvWz^agyS==F< zmDj}4n1A&qc#>J}g*fi_ETLPLz}@BOuegdyh{TlTmYSG#pyx)Ec-CQSIo*5?()`ky^4`2igX7tpXs=B zN9V(N4{4x1gE~68QI=^oQPxp8X_##c-;Rypt-o>iC#x76b;<1~KN7b;r^Ca_EL8%0 zlr_pp!D9?g{gLOAl!Y$eMSD*AKIe@rwmW5C+pWwv)Zpi{Iexk6_8HkaQ3cRXCt@8p zOeNRy2_-$K<47r9vcB*vm!hHvr<2sa5^}?ZlBvIW(A_DK=}(0*$o;-w;@h7=v^Hr` zyU?_Ef|(e7!ndj~;n-3RYbXI(`K9@Do?K_cw93&;cAagD9*KO`q#Z-@%xL^G)!l-g z;9g$z95XRfC7Hgm7$bvOKq5Dt0^>!Df`T%%cAsM0jXyOwUZ=Ggnk^%chJa!|266MAj>TeJB40nYp+m~c#F$ntV@@dgf_1N`G`^d)d8w-WJO&O(M=TZnrI!yJ9tdivRLv7klnP| zlnWdC@E}J_73V%4-hDjllu$--s%<_TJom4~kv6ZM6;Mo!sLAowa~s@uO9%K?Fm|v;q(95*LKvenpS*s&{L5LRExX<90BXIcV)H1tBrl;>r`J$(X~rHWf>pU;(V0uDKaag z%%6iRywe%MX`w881S$VPRRPZYMjta-`Z10Hc2dLGN79atYV-T{e%%OC*TqY1nt{N$ z?ul8-&L2@Hp6lJO_zDQjI! z*`kHJ2Vw1n)eBm{xn`*<%+Ebykp56|ao22CSwx#viqu+aW-2CPZ=AWL=9e=;ZWC_1s<=U%&gwXs@fy!3!~_A5Z?X@6 zt{b!XTHUmuYc0Pkt?`1y!bLySPK`N4`DaJ!TTE<|gcDx=@aiW}NbjjA#!oW$4mEP* ztCSIU>$(8=SeC=FnCL3t)aOhL%jU#*O!SOCaP}R#`xDE|)SSz=k>l^cYuMC@F!+ zc+*$uE^KfMA4`U67dCUocqVh&2l2nie?s_&KM)EBH+!)Di}#m|3Q<+mtHDIdHcC#0 zAH~~~k9xjP>{SA^reUGbxt=f75fg}J1Ra5HAQBAL?o8Fa;=qcGw#3Dlm4CN;br5c~ zN^xIgN>VJSNRtOHheKS*Jpl_2=OaPtb^lC{g{2#p7RIWbH*jD-ao;q$r*=e#ez~zm zD%8S(!$tX|(~*rpTI_wvYvN0~ww9jIfSdF6p?P)eXt())=^tef((*{HN2UQk!WeWma7bjel=Ny^_*1iFFqS z@i@ArSPYlSliDaRG zK{DP?LMU1@sl3eRMojDS7oLOD zHhF(-vxpmIMmz=9BM}#-C0`l=Gw+N3C(A`mPck>T=JPd9FqEdu(#s)~lJTDzG07z` zo1R~i_MGldTfGrsAWiGyyXPpISt+=w&}syR;97wvQv~X8bq_dil$^veU9O#M6?r02gQ_{g?7VZ@uSP+A5`1HnOiS zmE0Bt^WFAl+?77d-NoKCPfx2{c+pW$$Kq3pQM;AWjO+A`@%}dFnwn~86Y{Y*7ZEba zrMU*T0U;$(I+Y^+8|{p|#1gzyubFF~BaJTX5+`(jZuHxiSyAnvHtil)NUJ0~&EA)W zo)>6_>X$9LaQd2&shq}<7uFoq9QcpuwnV72tq>d+Ja8z$rmT8sD?gc7@LYm-Gp~8t zk|62wIKLXn@cdmi(XUo51G7K?2Q2{rwu1!-7HF$`9t638(`n zgHx6D*?ipsyy&Q@R|RFT<*)V-{G!no^t#91A)xze7tBl z_9u1b@=PgQz)nm*rk=*O-A8|nntfm0U#-Wf^LCd@R|&sZa4Yhs^k=Z_!mL)~n8qK+X51(nBycM`W5BlWvm@G#!nV%1(viD$qH-rcLf3*9M+Bo z!Y#Vq+ti4k4YPm2e5R2wC{7e8$1BCo8U~oEiWl>+|B#fMA;NtTd6;)UzNNxi$mQO% zHY4?ur*BGAQ;nQ5G?j>kaE+{cWN7q^6DY1U*IH4v6zU;VlRC2D^U`1TN%rG87~QSB zwDuhQ*K@zvnZ~@*A6q-xlYMd$Ms;={y?>1CNj&c8ML+4YyjYr`O<>$oJ25h6Ap$B^ z+~p@Z2wywx+6u2(q=k0Gjac3K`VzxDb3ie7BOd9{ll|S@!(F8fpE_`}LlqbQcxJx` z6nc4Ol-%$15xh`ch7pAE+?w#EUh<$NFZ``ng=U#XwBEPi^CqePt}vd)NWfSF9}qlp znM$QhOZk<@oA*u49LNo1ewr+s5icLl^4zOG?>hMUH4d4E@lLOc-sCp(z`ej)!$4b% zyw9GbZs4G4JkKJ-q3;(}Q7LN_YKV9;u}7>p=U!hZvFgjzhL@Z0-Pee~e`BOc?nUhT40=xngy!0J=qqBYat54BUa<7s8;j{w!LtR>8y zu!IjdVRy-jUlf~Pnq^i!LJt^{FSPS|pz!i%1;V@GQFc(H_3_)pv{xmPYOjCQcbgbv z;FVHDmndSiKi00}^~qB+=lEj6$u*2ApM_ z;qkvz6#%NNpdDR()I|7F`?mkZhG|eItw!a(wz$>v&H+3=qWH(NihU%i;hQev+C=Lo z{b`35I3%$zXT3c1?a3TQ%-)rA4!88_{)k%Jl8#j3qZ7vIziw>uz|1(m-S3Il?IBVg z$&*q`*C0P1e8o|J?_z43_i?!Kw}LODuOeI>Uh`*v@cvR)3_-K#PHZs#-&OKfS#D#JfE`C2u&|-b4^~uDY!hffk~u z+fvKSLK2cyTh}eK@3m`QT%7f{M0l8RTtJk$pEot}j^+jH^18FxyLBTwHO_$!iN%A0 zR6tdCYNBS(eC`XLup7q%O`4SCj3diAo}68$@0iTh939m)!Ac?%(r{yrO6BxwkFLE9PG{w(|OdmI!PQ1XPF>zXMr1; zLS+kY0c%CA28Ptz(ARo|xCq8Mzqd6x9zakrW>5T46&>IQt?^`9>v@`M(Y-L_+!?(4&Eqe3DdL|PNb2wn=8Zyznf6i>Vt?#a7exR2Y%B>?%y~L9JRKV`;-!{v3sKC9Aey?m`Y#vGDXqU z&pqiKjf`Gjv3n<*IgmXNc9^wt?cu2mK(B5jPDGpzk3>V4GcHPui_0_XgUmmIWeWR( zM$4Q^aIYS*zvrK}>J2?gNYk8{{#>vxB67mg_eI-X86*CvlEn1N-Ap^BUTQ$aeIBDG z7xH>SEbN}zyX2~YuXr;@n*N3_6kOHLy#!zJx!qp6V;!y%{8ImU&r=gO^eFA-1E4dr z*0kD{H)U+a`EvB}P%hhO;4t+D71vDh0?j3*XHxp&eZ66oh1HNj+w`lideMp;BK@1BLUz zf@L^EzG%6E6y~09P(yQWE>5$a_7tf*yyz+FJ#LDFjV*>W-k|pNM!XUnpQHYQd`dyF zQw$qBggHJ#O!eI(c_43^lWUqI!fE@4(oJb4FGsb>3kRn#M->MLyp}W0%dDQR!F(QJ zCXtU_Fh5RR9BC%OuT0+)YCOyXq*RKt_Jr~UiAUgppC*w|$=BpANip_>IvG)EI6UhK zRd?7KB~q%%{fqo3NWS?4q3|Qa)_-_^$*3Sb7i}i-oUfjRKcFTzFx-h-a$1Ki!pnhf z?W0C+q-%UM<6WYr>Nd$Wp);`D^cqbYR3+Jxd`Cp7m2vJ*F;IV%vY z3z(0Fgr3lfKlwyQhlS2Sg3gd=Kq(z)lRAfm)y0wZi4F_v^C!AS3amWSf$1&Hkv0bQ zFE;4dxMqFN8QH%?X~^n6CV$l{UOq0T`*7`H@t=df*kFhU z&)Z6VIWn}F)3w3ApjxjWpZfQ#aUOt@>!@N%;h|EP5ZeMulC1s0jIO* z$K{>%gf*ybf$Uyg2w-UN(}!mIH2MG;Ha1kS&r<88OqAqWbm1*-ingIIxD^&fw0`F= zx6x~fmHlQ=!{n1lctNN2`}I+B*=ID1W@4>;y_S0si+q-kbHFW(?qYkt8Pp#}=F8E> zihQ8-RJi;}KXuGp+TM1UupqWhfuTc zLyLUvj|)~hm@CEfR~aU7I297q=?eeQUW6F(KT<1o=rQM$c;z*;#CP~uAJ3Vn6kDB` zJUs2Bj<*y?om6?aftNpI69aq33NU4H-$b=G5Qkvn0*w|TE@S|#L#@pNY4;5e+tgY`l0Z0YsQQ`Ii<_` zY`M`k{6zjo;-k#$nb7Xv!Usq6mhT1`2-z&r7MS0keQ;NM`Atw<1t{p6RO|VzYjcDa zZMb7^=kf;3WBtfU(L^ePP|jy~*1R3OyM8BpI%(zR$4Cv4?c<-U9<4q-r_EREoV)3z z+!nQZ=u?L{r)_=c<0|ZiSVsva9tiVKxI{EC9|3qAK48(6C$0TDV8dMEKx$jKrDw`J z#%+Z$6Z&IjTbPdtNM6kF`KFU~%|?Aiakj&v3TLm~`QE3bDjg<_s%!-gPR&FlYqWL> zx@pqi(Nkajc>7}ayNtlW$5tEER8v*d-&b+?zRP-f{~n@%e-D|u{ykc5_9*_({9j7n z&f)}M8sj!^uH^KHz_;Rb)kJYy=*3LP4y-6GjsM)O??K-2?31DCL<*MbBF|ZOKkYzL z(6s+EfB1OrgSC`dTJd_@X#Com?E!6p;drIbE_d%lgyM#Nei5#uQN!bAOp$5rBa3!o zpZCmTr-! z1+W*#gkL(vOcrVw6l(izI%j*>R+#1fimRo!oH85i?dvOWmEHD=UoUojFi6B*_R^Em zKo8*Tp4pk-BCsrd?zZo)Xdz`cDVHA07aqf>=c{3TH)TL3#bHRw5n7AzAyt57O-OzZ z##P%Gk$TFBaa<9ve^yc$h`2Zn3@XU*dkOvyBNMKPOiItqu)_gA*d)=4OLJ3KF38}- z+a&3_DabG@%fPpq>Lc*zQ+PYE%IWrFXbT|l)Z4zMbq`F;>rg|&V^$13-gg2B85K_c zag}Yrq0d=j8<6~nmWe@xm@V|jmnCU>?MKspGaogI`SEM9>$@Gp#{%RQU&k=@vc2qF z_pFV*i$vW-Wc%}#I=>d3zvEMWl1Whe5ogyg_UrX>ly+{y=tJ8FA#Ni5TO|eO?{)yc z*u%WI(T58yd?@yg-(vw<3+wQI4}(V^=KeDqj8*(^e0wqTzvllA^Xz4|gT}Avc$-fJ zX_*%1+)FcviNNS7o!;~ZKQ|)^mU6k;A5Qh%*1B=_YxeO`&z2dc?|3-hRw7#%-z_F(5mNMx|!q^G#;W5e)Y$@RZ6hjT1nw#bc#IfAoi4z*{zCr=l5bW) zkN*%33|s#a|GxMeBg$HN6*Ym7l%j6#ePa@?cgniCR0$JInfA;^g=J&; z1?RAUKR*ge3ij;$TJ=N2u1n0#`!lR!Q{&fqj&B@pL&4Tei*og>YmAEuEDvSaf1v(a zl6p2i@ci~(OkKClG$j=|{`f2G?WB4^A?1wv=Gm-GsSDt3U9aipkN!F?nSo=*MZe6D zg`?p}aZ(+xo!o$9Mn{#L*^zCUgw5;Wh2|Y4W+{V`R9acjYf^Jlb*=qTCasxq-x@6~ z3@yu{#3Zc?{F3qpJ1vDLrR?f@97VP4EG&hn#nkoxELJ%4uw6T`QQWfTv!_{rR+IF* zGFiPipw^DZvPU;nbEf5$oEGnev4hr3u8gL;sZ05Ek_HUFq@ux|Oq#lsQ{9N8sO2di z%jKU1P5vx+Ib#wS=%ct0PfcF2L9J?NKV2HisjgR0tFLJJO-S*^4*ad4n$m}>@y71n zTcqU7{EHAwspDTRvy=^Gg^_M#yA@>9dO+u|g8JD^Ir;Kjs9AZvk3!zA>CtZFrbCL`)nw${pUI{OH@@qnf>(0e(oaSD zIg;%Qo}g1kEOHhre{$JRX5y9G(~h5}Nx{RmCz`z^eBxgEsNrpGLsNQOsa!Fz&{%A&woELnHHA_3R8lIMcV9P(+Lo3%&W@7&Fw`j7M` z?ij`MRFky|N%>w*d+d%j?32Bt1D-3Zqxw~6*uQ7ne=yA>(5k7`^-8VM=YhB%FB`dj zY}!+0&*3LQBX1XX;^*QX5){SI4#pQ%7~QIB7CtZE)gASyob$5nwV$*tm|Dx9+8e&4 zX}nIdcs*iHi4ErZTBq*q;^N{|Q_FMer>?;kZ^iCe6W_=t0+Hcsr6*Kk5CB9Ne4=b+ z{$9?YHYO9TcGZ5L#YT3zC_BAtMV^P1k?5r z%d@CxrO~Kpnhf1C)V=|STbY)+E;tG+BC$KXFV@v1@p&c{If}mV?LL-RF{x&K6gF6t zC)LaSM6yvBzp~`t7Ymv^|xjD0};r z$}Z>U;}-_C;B!CKf@IB^lM6hoH$t)#T1u9B-fx;mSH5wS*BMFKs=X*rs#@>sWjV^q zkY#zKhLNBwoAnJd?!Kj+x}NOX?pYc`*L$=;y5|B^Y~k@`HFZykrLci|Nxd;Ii^r;7 zt@k4&?q8?>e^U?1U}x-Z5e9O!ta$DtWj&j#eB}i1PJ$esIJF+A!|6RO#qRdvCwQ%B zD62g)F%sV&UJ*?Fu} zjA1VQaMaS(zd7(ove7q(YYxz3Xr;ze#hfWYdv5)%KaD38a@3@aEH<^LrnV#W$? zO>L#WsU1Np|HrI=A^o}yuU8;)wd!*ftI-{SXVLqCe~F2@s(-{pd={K@R2KrtQp&=M zp9LIaxM_xHK?-c&#YfSZx69%iGxTDUhV`E1f64HBlfBg+@v3n^(D)RHndPWg@| zc~AsIO6|6kPBW{q4a>AWB$_k}q}Omsv#k6`<{qn%SM1{PG14U1!u(*1u`l#UDL%FUDmKBMKSIpDu81-{b02(dxp;V<%^Hl~HQg6H6J z?$DLA55+-wKeZ{xv=Q&*eWmHJyrt|ohPeB*x`K)b}Is-ms zpZ!Nqq#XFGCtlox{aa6@Bvx=#Zb$hPE-K$I>g=9V_A6BT{o_*rK4*Q+wOdHY&YGIG zlY*Xy?-RIX$>zJ^dz4WibX7a_rku-3D_hg#3@MCkC8lX-?X8M(@2}<4yUuenoK9dd zv_|*iM5Ysy#$9K^6PjLV;>oFq1}wv#3+ij7;{028{LtdU!a`D` zw;aDpKP(S~WBad9I=CNMGz+k@(NGGPN^ZC8Way$7=CyXd?Wj*3_e#-ERH!ZRmaR`P z6aUAl5H$OL7!~G2{$o_2`NycB_*63k{C_hle2}C2YgE`00UDy%Jy#wJrZ2jkM~C~M z6`8+NY zOwlF{*sCMf?TViAp!C$$v#8nk+B5QH*?4BcO7BrNms?@)aKTyn>}&BR=5OhxeN(p8 z?`@eI54aW_eyKTzG%U%5@31h()_gLwE0`!TeI$aC1yL%Q^Ah zLB~-tla_H-#-(F54K;r>OBg1-I}5-<+lcb5E@fVe;@Igy|Ir~I_iARm-BoK>))BOQ z*q4{x%j2GlPUP8mklnNtewtfXMz!}@7z1}6ui+a?s%ny%TVK9n`nMbj{QuP>|6k-t z{ImaEj(qpua%9YFqWnz&7x#bakxpA__u_J|4ZpAw5(V)(y-6-x{azAVz=7o&pSULu z#-asAsKS3^f5Xw)r z+i*5Y8bv{9z#r@)m~ZV0HqH|KC|gN!_8I;~)8Rotv<9GC*KILZuqc-!JI^BBwZfG$ zgxzYZH>|D3Srb*b#djF2FVFtjD8Gq1qzygYGZh>A2S3+nP@*h*rx;pLf{H~(bZv4M z5w7Ae*=y`y@5GyY^i=Afoae=LMwRAmmv3&~FJL=~2^JhIH~Z$#Jmv9d>Nlojw`!v_?_%05i;p!m~I`SyP-?iM6$nR@#DkT_cmC!2BVvSif3D% zil-*zB0azM?R!VvNizGid+l4)yQwUD6yWt@`EX{~FQ#W0ay;!X1a98TvGeP(FFE+_ z4sM9V4@5@}Z4R#07JPf4{)(xt_y-5sSZ;xDysSDupr&5uF=A6;s!<#NFvvtAf7zup zE=T#bk?O7P^<>g4Pq*`enr-Hx_B7+d7R9*7PXkmZG^W;U=G|q zujK_RtC1?DRSs^Nr913wNwl;(B)*pxW}A;fQ%SUtn%(}W6rLzORq5;b$*5K!zlqgY zAcz};b^etbGz)jUhh$?v$Uowr?L_V!k6qrJf_!Sh3&ts2m}rB*7M7L+m6_%(y3vQV z_fj+N^(<+GrFJPZ7jI@71{#l_Yd3_~l-Y-qY^&ki1Iykk8LA@(VAkeobjCF~f}H83 zGo5%&N(YUm*We=dK-!4wXm#uQoF!uPi5g6>u{T8 z@oHd8J8pz?EZ%_ySTJPU!2c#IuS7JeY-+%jX^-tmBrB5O=R|saV5(0v&Xi-nX~>DI z^k}kCk71F+ao^I7;?M~v+?HsnlA);GP{BnY+9jwPd)ClWU*zZ{D9>kie@ zy9@d1^z1VX5WY)czG=)y9QBl-3AgLvi?#BbgyqrpXK4n<-WX-Fw+Awy)tnO7vztkN8fVkIm%JhpJ+~ zQ=>$0Q$ge5)NoW4YbuD+yt_P>QB~}r?0ht;iZvBPY2L(*sArHZ_jhXSr5cpzJs)jMFje+GtrfdW*84ozu2Q zVbf)Iy;-{<3_Ql-D zjNxLG#U@Cs#-I{+Pb)u}WD=v`p}r!){Zy}ZK>vLuxg4S4UPKOLgWGU6*=^Z&{86^j z_u)!Sv^Y|%qJ(AEW(cK=Xr!l{qRFJ$P0j#e{^CH!&h>@4G2yKJ>%id4mi0u!+5O(G|>Bjj{LLTWwG?mGx`R|K= z&Fm}^&a#=d&u;V*?9aH&7{1`H-tXLLeUqa<5~9nczW+|#4!n1-N2J$^)kUuvi`V>? zlEP)>o1CS$dI#7B9iCuN`&Prw>4RAiKzc&>lRF#hCS07vfK9Sy!*adI40#%-Z=+a= z&h>c#z|oh-@ikJy_e_lXS#nIH5n0l-)dgw!MOWfy$7LLtBAD~#hO}`CTgt06T%e!b z9rsd&x+T*&VUfOJD$TCXV)e2tBi~Z%5hGh3TQndt<9QiJ~T z3zS$)J~&ZU;RRuDXMq%hZ&JPNqk37|*Q=lB6)%6{EWhj_RIa{Lnj|e?(^u5to@M4B zT*xk9Udv(DH1D`(yQmoFFnk(b1S}$6azw>0+9);re3MGHE{vzR$Pz2{tUvhk(}yG* z3eYBH`1Z38(JhdY807L)_Tm2Jx+v7bwfX6)s544)gpJV~irI{>IvXw8jMGO>a`U-$ zD@w~wIGqNQD9KI)leG89PT(mN@fF*l++fl&#Iipo{|o0_T~RE{JAdq8`G1lB1e6^N1)=a2lpX9}yuV~rh(_7L zq=}u}l$_un@+GL(Q*a{OY&N;j6nE+N4d{j2?{?SQ!?3h{%Dc7dfc)l;drO%+*=*%? zC|$YUcM7fCN^T@d%kh)Nd32Y?bD;*_E)ApTb{NJR#`^(nW^X+8??aPj#9f)V*=+VP zzh}SqkXTFk3end~~Wt=vK*P2zUfEnFcdCL6h-ES?ZkIs1cQ5|80SLwgR zzt61mH}msH4)ZVi!h`sNvidJmGfzOMzyE$H|CA z@fr9;kBXm4N5Fhosk}^@=^7m85!~o|#l~aX6G;_W z;TL=MT9B;Jr~e5(tIv>#~wPFhY135s(zXYDfO=kCL z&4LTlwh<#NvH}{Rfsx#9CAqB;1Q-eKjR@}UYNaVSFqQ3p7ug=ts}&N~B&=ISSR=QR zq$WwdPPa%=J+CxFR%1Ck;1=x#f4Zz?QZSxgQqEI2XrorV{N$1tZp!b8L-xX@3i$>DUzoH5w& zns%_*5z?4p8nY*xKHi%py;)Dc!+M&+o;Zz8G;Jcd{pv1Ii85(3(q@;EHY;yXhpib)L&~Umr!!~M$NRcT8P${H z2W_)|tQp$K*fDQpuo?!r8%ZHuQVPk~sF#s6(l%+N;7q?^J8b1Fm zcm~!wzESu5x9-0F{%o)R{I~ADo}L~$|7|;dT?g6|XYav&O)SDt$m9|$iBy40+&P&z zs#cYvd8Cb~6ceg3k0)#)V2M0iH9!!q>ODMjTrEm_AHlozsg;Z zOR0AE5zd&`Ko2O=`2<5ZO(m^5Ytp$YXk{Hn|9KgVuJiE6n1?(2%_KLdNk&yu67Us& zZZ*&TO(mgaq!O5x#bmopuKE6m`6qA8%R286G{#GTW&i^tVF*(*ye6Dr_0E7uaiG#q zlz3e*GCH;?KL=N(vS^HW>t_?iaxw+b!i>DoN1)FN@DNTWmQ(Oac#y9`p_QsW&&zPZ zj!1%UD#C?TUKNy#VWC3si*Pe9>L<>BgOXJ%l4dOPqOj=Zmj%)MxLFB~U&bO9gjzb1 zc9Pq{*y##`)^}S`%HSp^oOG=6OCiN1lxn%$F2JjjAOI7X&ArM`2xCrf^9A7o7ME|& z^14>QKMFK~WM16G_z1372kqh$v&g8t!d<{_(RdjeA*Be)%E|jxSf7p>=6C^${r4%2<2pLjjP6V0Wo{6f z9MA8=lcAL2*t}dWrc^Fd5j7xyZQ0VK1$9xfb5@;doDZ}UG|-6DnM~$u#+J0Q64oIj z%9Ls|6I8%{EpO+qV*7wjWRfC($xjOYfo^{qhS_AMqyS&Z2Fvj@bp>fOxxc*~IiM^l zbH;oUnhrZPW8MNQVr8tc*S-MP9UbjU>`y8wYMQtVWMdCy;g12NT8!k>#pvkB4#7W0 zI)~i?JdY#^lbMP=$b<`~^vaib7$G{t-chyuByW*kieGX^l~YB3-E1Ws{_uK*bt~L|v5Qq6*a@*tivk<} z*0tw*SRE#6c_w8+nK+$1l?90d%0m}&pq-p#yV_-;JvWF_HaV-RWl8jiEfHh_C?a2B zx>Z&oPm2 zn6gC^q$y*DPo6n{!=%fZGoa7}5I!RO(U7{14*WBjk@b^hQC7@m1`Plt$O02Gkj4I@ zTHr=N`-oVgD##%B{0}JH$ka?;UReni2N_BpDlJ1(@%Xx6cSouWZ4CwI7gf2K$XZmf zM)CI7!!0J=;mZg;JOqDwC5{>zchRF*ljsrD+#10Bgbxn_V&GE@3$ICiQ zeu~SeXeG3>e5@R_!BE^Ns#@{#BM|ScQteRS6O`TPvFyQ9HSSG1=L z0YAlsDLiQ9MN2mGNe{OtIaJo31h}{C9EAg3DRW5Y#6rbbj-qqW%N-`cIh*naMXvVz6<*QaFfL7sn1v){0sr@Fe1Qf6_lFsF2yPqZ2lI&9f zQnBVHxt)eBb)aEkIMuYJG$nU-&M-62X#?vSLFS=3P}tW{Wq&|JyI+QqRi|W-UG2)C zJfsdn!CX7E$dnAvaKO$W-83fIS(-CgwSca!F<`S$CN#Ru7OY?0ny5qCpbDR|WE+^Q zP`nC%0tX6V+|IrT#;C&-s>u{iIbN?;aMqSz24NdwcTO%Z%&KK3 zAWO=Wd6$t5bOoszHghnE<1M=-dBju(3G;}qggGrq*wD`j#vX}rFyIrXq`8TuiX|va z5oCQh$JlhMj!ot~YEH5BT#=uJ z_L2E{zQoV*=lLpM=1=ouyvR@Ri@eSk_+_x6le+xKBV{SsnLB{O5sBq1Fz<4vGY>;w zA|oycRrnrEi`bu0^UvMppYd>094AQzQ;#q~=0WhB1%(%!(Xn~xIh+ux75=zAF}%Zn zzBu8`L{AD)BL)d{cuN7^QcQ^>f#rcDaQ29_*dv`=^$<7qO9XOSaD@uE*2$aMb=?3tdv2UtSnT^hFmF2 zD^NRS1rG&QmGbh6HPeT06(FOSw9Ql_V&0!M{p-u>Y8bSjlvf6?4ZFek-9J!fWClAZTM$p^TV3_LfDpXQGU$hhVJ zO935F`{W#qrCYq|$p;yYovh#otwLuw`zuhQnSYD*@|lpA5Afz6$bKX&J2f@j`6!YI zH=Oh6y#ex8h9U6*Z{ksozb{yS9<<*r@Z9afg=6D+U*64D>q73>@zKdie=gL;%|AVQ zyFb^=TA4a9gW02}PoK&MzI#8%pPZbycl<;!1Be{E4G5Hi@Z#F$z!3ofcV$9?J z(|E(BQw4Mrtf(b+TD!#&R%_v0Xa%M(&?Qryz`FQDVVT-_YK@Qfyrg9`Xokib{1Q*p(sZ>nn?HXly zn8J5LgJC5L7I~v!h*+8javj%XD%TH>CX#vcahRq{-ihdGoY9JsFe{~My&~;d=3BIt zOh-quBunL@E*Xq}Fy^AXTU?L=h5&z|C~Nto>!?dYKLM{N%hDXosghtR7~1lMJ8U0^ zaKbc7D;YLM@eQ5h{ddNc_ulpvxlYo8Xn+|6l;0s-V8!Nb+jYd>yvMDtO1$+|gY)@| zT_%z|#_!;H__l;<+_HD!57>mZt&4hm)%8C@D=-5arkbpOEH=XjI|uEa0$*ZY+l+c% zku-Z<2@D-+#P#{+523xvJg;Dq*z*9#ISd@!4*$=ARb1)lIAs3Gv0K-`z*!5&;YEcnwT+r2;krnklkSoyyIyXATKi8e2a|iO?2vl41FNk1QW6 zf`QBVJ|$*<%b)p0V?7CW5Ju zr(FHW@@a7nSrco7oMgNm55*VMwUJ1`x^J~tNSQ{V}zE{kg(_zlie)p7t z<8KBh;fv65iy1@G4WtWFSVy=H=Jx1OW%gV_Fpz(Lc$|)62i|KJwzBewQ!aNQ1om|^5$fxo=@i4my=95buLLM%;p9QLOF9*m6a3-cy1NN zL`~Cwmom&=;Jfo~Yre|*pBtV9c>{+2an>%-^gusM$D}DO zqtDAFBgM_|lEo{6;*lmOcif50)Z~nSZY4K=zaY5|(y`z&jU%v4nQO`Qb{rROd)bZ| zr@;&lx1jGOV$H<>xh&vB*h6he^2<rmCYwT*PeHL1voDv zZTXs8Ss(W#fb8<5fWT}=|1u7Nu(v&bU&lIo^E~xllt97Q^)7oXA=OD$g-(_CX8F91 zB3n+j?FE(NWkK_^x(uui{4Hox@(ij1<`8I48TbdU!3e?sIV3In20d6_AuH|S8V~BZ ziVg`0{ZvIkhoNA4odo6**RlB?xa+tO%1`jVjwd_cd+Hdk2&sUTf_lSo$5W%oVkV_z#A0y*CSt~MSvPQ3)<|s< zZi6VRA}B#s;@fjvUO|}#vYtJEg#~(UQ%O~E9|yfPw?|ll=mYWABiw)!US%@!Sd=MfzKND=qg@6T?IhoS9w^Wp9AT-c z$sn2dv60klrX-gQNy{7?4;{R=+wqdQEXG%mKzo8WUUqC?zsxXYHjDRiQ z(J|rZ>Y$nLlBA4)z{^j~tgdqTy0uaos+C#)NCD|o)YMhAX=VdB-T}0C7R7SaQjX1Q z5_73Hv|(@$4J#4Eks3jNAd^fsVfKs!Z014PSES8E66cw>s)B4zSvU3x%RXj3X1B-b z(c6XaksFwBTeia*P33t#JQ*sKXHzQ3uMt|3y`mdBljl7PO_7CTAAp2l6~AEHgDP9! z;?TTNeCmeT^@?W^$~F@meqkQbU<-Msn(JmJ|LYUB1snAUTUOS8vEqyPk2xK6g8Ul1#J zTAFYhJgrtNXNkGy!P2_SL=2o}$-_xLOh--mi+d2>opFSFN5`VsKS^9&m=WBC1$6XJ zGkxxkQLLZ8&#HEd{i*&A66RVaeOLdx@KDJFnjh-u-TDy zY-fRA{}~ZqXK_>BHVLT+E0bL{+(LP4ohqbQH!Ji_@n+T-od-f*&D@;nM2B$1tJBld zCCGC6)U!r~)TYkkOKMO`H}fck^rWP)N`{o=Wbw(o-4;+%jTmrRtUVk3 z8MlB&zY|u>0Y1OvVF5mKAdh{|p;TKyCx)ck&)X8NAc%I>%8HmdFU>wI8+ZAi#f$~@ zk&sk1>`6U;kcc8Pzoi%CU2@;Gkw?Y3=UI&73b3ufL zfh=ebfSxrhZ;v5(iA2lD@K`RLneop5^4t$0|s%Ze8Z`Sr8FpVBSf#j0;~w z)RB1f&zk=joc9$+V%Bs6TQRDUtYC8nRx?1dw(H*2jKKN^haP8hNH}88V1_m@d5EY) zezWC?wVvfBII_Z78LIX7TRGVwwg5L~)*9HtnNMT&ZP60iWMPAj`H5JYESsD7u@rQF zf&@ya`>rJ#eBSQB2C5m;wSCrXD({ng;7M-8+~?LlVb6PP?s50Ej%azWs|Gq|Vk9u} z2Zm=`;c6y>tT(lcUXcoNNtTKunmH@XGhaVeU(&(!mO|oEQW$5!1s06VS8%79?~R&Z zq{(IInxzDLl223>O)98!iu{OFOh`+A6+BuT-pnVGomP=mMFwMG5`CK?zC<&s2;~MF z)*w%S=OhF8ZM=%xw84JU`Kn;a#z_M$5Vmq)uCb#jf*GlCjxXC&LPIdOJaSA|OvyM7 za9P9J^v8J?HY95^cnTLa_?*L?RkmV+nVuE))MClY%oL1WFxjp8m zd%f$mCZ+cwx0uhl?ZzAstPI0-1+DU_S<^3UN*P_a;8`Wh_hot0(mtt6)uNh*vB1Pq z{&wCS9=O*V=iK;LlgeyAO8!EBayXf<-H2d@PvF*L+!Ilg56PWQvL-FcYE`$Y?|b*r zsE1Zpc}P0STw3`HY+qBD2W~2dZvWg&z`eywQ#~`F`QcxX9#g&S-#&~$@{B3#QJh3F zChRuX6W~Q$NyQ7c-pISVMS5Ylm|Ldm(&Cdbd{Qyy%@079T~ZG>Vo_&*k7&5f&LH8v zGeTzy|BN8Xc-aq+<+yzJfm9OrGMR<-uz0Fs(Z1vG-9Gc(ff*qGV9f)0{L|49{Nk#; zKP+tMwBzStG(+pyymotrwSlRgSQ#TY67#G=Blx7?Z}L1y;|I*g6;yAAFrQLT(U>=i z9WR)I2{UgmZKe$_ZC`VLtYflRZq{u>oV4S|6ij{mJbk`G642G{QT7F`4zh5m~3sVv^54?M=4BsxV)Pv5pM0nKPy@q?!uu&I4 ztA$2xvOWlrYX$Gt4d({>ZcS%!&=G7cN+dZp)>dJ__{T2u-qu-vi?vJww6|R0W^KF2 zX&uge@;LEH8J#HClV;Kg>Jd3_KQUsov)c!)Te+iy#q~LyCUbf8*Vviq+>k%-7B|n@ ztei^AHaD7|denLZ-o>5Xo$i*0BPbKuehki6=!*FUV|pg>4To3lvO9CE^v+~D$+$Nl zZRUA2SLXOdv$>Xk1twgeuJazQ=NAw_MK`?Z>0aFDowRmsGIq9G7Zu)|**=RQA;InK z-r2%xbbx@pGfP;8?=FlaJsK|=q67;5Sx8A(iXJR{MQB$rUXw3k)E4gFVH$ebHYdQY z5S@vID2P*K=AvI35u=A+DUUT5gZ40#Ulq#GR7#nJgwDf%cdHm!?5WPGGyHKEl`yq1 zQt)W}d?AC)&#q_qg^rF2ccCbxbO9_Jm=vW{0Z1%xQEg%+KI1HV);WAUq6)C2ldpKixAhYtuVA3Z9*PQ~He49G#tzDZ+oyEKqb&(1k3F z&noWEPqF=fYW|k!=;-W(xvgmW@MZY0F!eBWZgFPN4D4|%7u-69#d&KcHK}Gi+YM3V z8n4AV``fA}tAt6txB<$sX^KFt*;>9hrc^O4EaIox6ZsFjZ%^U1)l?&6SSQsjI$Q98p zG+QQrK~ar-xpt|=TBVvoFGeXP1$Ux3jiF;>1Zv>hYbxmWv|r<=SQktF+K5ma;2hwK z8Pi065zXqrADQ!4#urDXF>xHgwO-NI@a4)WKY;7XP%CJ zeQTN?Q3`tR0tRty!KmVV^PH6xoWQu+&0w@5YM1XbZjJA=%s*xoL~$&8ANW<_cy#;J zv&{G!%VDsnGOwh7({ol*&@fqADCaQ)2?*wYndzJzj2(>0;yl;@PNfy5rB_W>V6#4t zqbj(yj&t3h&{8JiPl(+I7Oz?mO{c7TjpK0Mx3F&S$Yi!fhP)lkd;bOnlF1!MG6 zRQ^~-EZ|(v-Sg8vhMzpjLZ(*S>l7N7?d>UZ(;K!TE(@)!JPHZoEZY^xLc-Y^M1D?x zO10-W-d>Yn_gP>_bAc<=7_Ykz&$A5=slXlkX0#Vfb1GHiJ|_mNM4hM5Ng{UoseN)XA9E^>>+7kb-UA= zpE+%cF~-<{VGrLE^02wjag*KT*)3^*GmUox(3;PH>ppun>zLA!auch-W6_0@)s?=aiAo;WN^?;1jOwpTdY4rPIhO>`4TV zs42}8205q<8G}lv(9KD~y%G| zS>6}xl1vUlyA2whot)Om@ElBk=dZih#VKi4O6j~~KULWlU=3zcrtpBNQW@-Am?GhT z@;KRmfeSD-@+^8-;%6k-3s%$(P*I(+?S09!YFM(}j=J@RtF7uy_|W#P%$QrhYrYZk zk&X_#d}npg>)fnIA6riX6J0V*bjdN%rGSYp`Au}b+|g04BS1LwqoB)w2JNsIn9Rsi z1#@cUoskHhupki~PdM{3BVyojLF6#4wt}wScl!H0hPT+VH#a1QMOZmaEy%T-{n^6Y zlr|Iim`9J~Wt3OW7f(yJb&K8?n`c=UqM4lKt1j!71v4h!a4<_)yX(xx#c8;bQdv1T zRWir0%G%kC?@sBQ7Xrk8Az@5P75RB|UhvDjt9llpz(wdyD0@+WXBIh*Uxu`0Gi@2u zmKi=nJyRW>4_K8d{!#Dk!57rkzyXk@ghTiTLGPioHN(aF_$Xw z74ykOm~0F1a)qzLO-hEM%?vfj0~iJbQ(_rIeQ*XlRfQ{@dz7pz5p)?E8>X8Crk}RI zgw2aop%PkN#Vk)Y`>}*^Mj|)3%rq+01E*CO!?VWgI9rf~<&l#t6fLh?MB*wBn;pp} zdFIHkunMCp9;w)W3q9~H+trq@05^_+0A*sY zYD_UlGTH;^I#F?k?PQ_b6_^Q^wQ*R426QsBSzZOMLyNW?{t&doN$5nhrOf9F!c_PO zZ&z_-t*oHe@;nYJgu~!mMypzn=ganhxA{^wXN=nF3=CF(%?21U{8iPhs&YU8Pzutg z08Vmmk3SGh$G4yn|S>yH!V1CJ8}-8E2rjuYmoUy%5D^k*|{bor6c2y5Q& zI$g5e{`WcW=F84%>Y#|815?(`W}G!L+aqE23&U1HQ4PB6j2W3KqT!ojFinDJ zm4^Dw9%(BpqO*Srg#*FeKF=<|l_$b@dqF4w;P7B-4u)H|pE{}2f zCFm-hbJ`xJ2ZC;H5`xAK?N3y03;YuHt0`%xP{NFQ`n4VU$Xw3BJr~%@hF_X0rZfd! zHCRA@6S}EnJA5~<+E;_{%qV;s)F#wg$PR(7lx@!szXS=3t}z-^oM;7D767syD8jOk z%rdWhM+cBxLb@x$dA^7Wbg84m-K~zhyU|}YFFf2Sm~$=MO5?-wT3N~D_&K3yR}6Vl z2Ie_0SbLpTR%C7vYz$m^un>S$p@?q#!7@mH5)?}CQ5D_#SsvX@!Oc-nNa{4&9l)d$ z_I3eXSez2A?fE(wDF()B!!W;~*=CC6z(!gg7UsFt1@!%@Lc5M1>*%Pa)4YU^bn9`Z zM5~=b8Qu6uZk18wd~VtNoDTZFWZKP+(#;N4E!TA!`m?~C)+N(*jemr5=JphXODmy& z4lHr2wqn!x60kRh6`{Yl*h3Lpse1@ozkp_T z!Lzi>xw~AG$Hr0i1Fx&N(rnG~4+X-1R40%@9nGV%MR=xp%(#0)NIB6bDQ7>cS58^3 zPmKRI7a}}S`DM0X=iB7SyIMrG1(G?tvn#hM3%6&y2ql(>g#%%(*80SePOPGg4tS>` zI>;}t21Qj}70jww_Be>gx;3)H*Hzo#F~isme;B)Ag~hA32`2M7j&Fy))SRAw04=Gy zUVrBWR|P5@wHA6c*u@-fa4+TsL9B zNrlg&#)KBMTvjX0$!eZkvT|O3E*kSmK4?dpN-aDt&ES*vqHn<81!B9K3&bMU?8OeP z7jw*Yv8WPHP5hhi*?2IcEs|?g+I-Zhwe@CbB|#*t=@oPv!j4E~`>3M2%)-?T(B$r= zx5zqGLlCpx2fb}?I*O-^nUO$KZ)k@g7-Z6FYK$A4WJ6vkGCa+SCKTO&eO^}56xhQi zK4(R9Owvj3&OZAFUUpOA5e7M3wD-^PlV(^m37D%oZXempu2hkjmDWEES^=98eb6O0#I?2EP_f$Bi@=_SeS;69@H>WI?6LT zH51~U4}u{`Cg`eSm+aYpZ1=F;)J*dF1ikAo9Q8xzHMlD%00M;c-Ys-JIFyTKLpR_hF1`I%B5;NWg+U=6C1>Nwcv!M zP%Pp0b|3yS?uuQ-;B04p8uGSprmR@6)Bx}(^w=3UM82xgl-DE0%!y@`|%dFKpAA|2yLr zv^X;-+jAVl{0&{xs{10t8k56TMBCe~Cu_IKb#y%JSaH~(d4~#jy`2fav-~*|!EIVU zkQ$nrK0kf`Oy@8+_2BT#ft8y*AZ~*x2iHEFfq9v!7hku3ItKOG5E?CuR|6ew`b@Gg zi%t%k*DkIZB=!tBzOj)h)5*hjBh2K_nbU9va@>xd?~V?8yE7VbM#jXsA7LOBoYm1> zz6RslaPk;djE#r|wsZp6%Mg_U18W_@L7GR+PH*4?ZV zeb~ttxN?i@Zt$A_^otXw@(8N-TzlAth=jE2lYzM5rFPAE(yox#UE&?+;j)dv=7Lm` zhLpkopSm~Sj^nt}#OH56MIna`XR@-eP_n1Hz;qpoq9oc{3CfZTmUWU<2_U6HC7hK- zkV4^q9N8wli?j*1_jY@2t8I0A6KzT++vg0WCQr{(pzr{Ag}L9o5s{HuSsnA?3fyN{e1PFtD!DviwdXbii;Ixp!RR!96hjmc(6V3slzod~uD$KVsDg_^up+%& zJg$$aMS7ih&4f(}sO(CcidF^Ow%W(hA-w-hAR2b2^xoA0I!fVx z51OTWJy{`i-Z9YA+ZC1{+Tdc+2~<0F*)&nP6{+=HRnv7i%vu^`&!py6Kh0jP{24=@ z_sf)#umpo$-uKD09u_Q@IzP_4IT}2Ft*M5xhItgEvh!;sLP*u?|l$*G>8n zGhJbfz!FW9Hd~MSc|uVo>iAv4RlvJbD}_7@(Xc;}ikiAScakzXPc65cKT{1--(O0D zi7`l9kR?h$Fh%c_1Fick%UmaaaPl+2GZJ;|gRjxd!47rClGg5)mHv%IzY~-gfG`M0 zqjU}-FQ7%IESH9weZUvg?ZHq>aFsBkUhf^(Gs9ye^ubC`YeT`S63-x(_j7|R*?gw| zSlAmx42o~Kf-IPUry?zbjU>Iq+8)?KN+cCZItVhD0l-DZUk$dy%8);Q1I+5#*_pVI zH#KvpHI=y?Y>ijA?%Gms5})g}QZ=_{XIEj+$ylcYosonFF+z94%miBud052b5w4T=PRBvng4*np&I<>5Bl9?8|xU+EQ4b0|(_r0&CP48yq=lOKCek`Y!J+ zYZo8VY1Gi{o~snAlTIB5{tv~bc|ZFF)Oi*Dj1QS^e0(T>T0BG+v($5tDkpj6tk|VE zHYmt|v+H8E4;Zo42KUL3mAu|k#<7(iG~}aT;!d8)j`rmD+#$9047FBWK1G*a z(;e39{^5zt(?ks(#>B(72#9uu`8&m-q<}B+e0Knw0X4LoTDpSx&ny_U3NxA6D%WCq z@;OZOsS~k(Z^08u@+uD2)o(DHi5Z~9eKrj{#D@-#2XUQ`>Qup}Dk_+$dB#LkRc$G5 zWzZB^rO+{ySxhP3wF?QRBm?z6302(Lcq2-NEb}tR+*QkyS`6**%0q2F#P-|;Kcc}) ziDhV>@uNbQ`_QeIQ_?VJ%`^P+*u+Z?BKMT%71xJq zCMX$PA|d?$SbHfHLJ~0Cte-OV=yq+o5(nuHRsEqx)TZw=9+!Udko{zVQ(!yxb(i6W zI1btW&FT%c_z^WmZ@{o}G963F#e*AbX@G@8pKh&3 zlU^Ku{mFocSpe~tV!J@qRG3k#E{QegT$oqg&n*pHyqw=~wRpT-XltU3X5=>-{nFy) zqaxPFs!OaNmKDxMiQ42CC10gB>&l;@nF8`g3fm;!Z`!=qwB>AMG{%YSdip4k zH5%S&(Sx8Ele-aKT69$(0bhVr6_NNxr~49r!hLim?5{FM|B{b+qpLt688$OwT zgk2!qJp$5JnO1tH&t<;ACr-eycNX+wF?xn++--0^81c10w_WacS0xDzR1}JQ1al&PbbJDoFOrAD+6f%IMXHV z#a;+v${%bx$PYr%X&%mqAK`t*EJ z6h43*heDZ=wAKF)*# z;guy^te9Egs{Z)gFz(jtJNz4eEc%bzk+&J^s7iFcV&_(ZQ`z3}Kh36SmQ!Y{^hJ<0 zmC#;*P;y^*-%jT%Gvo}C*VTA!n6kWp73Ln|We=ikLS(EoyrNFx7HItB2@$3jue?Yb z5bgX+#i*+CCiRNJL*sG`ackUVwzJ1Yq2OkzfM!;ZSC-=Pz-C(oqQSYb-)`@?c29t~Tk(Be20cA&+9__(1h*-?#W7|* z96TCk;e*flyzNBh%k_bO13#1Cm)LdTasN5>`$=WUuq{>$N6+ny&aLR{Hsa8IDwtn6 z(fCZ;rZk_aFk;9@eZn^$)&YUjrRFqj9Gy@3PUFa|Q+E9?Pbm&gT(I4PsWTtz`hkaqR@URX`T_&j^8bQQ&?}$&B=Pybx=#>(efwW_H&AJQs9d(AC~J&E$n(a%4 zY?&Fc)cM6ipn+CKO$x+cw7YP^nw?E7Gt}aY5xbFs!X^%$W5SV$4Oe2Rzh_>OH@>4f z5i?`p@T3UB;=%=oAM$Ac1<`*r#Er1dIV_pXOfk16Vyh&lA0x{C8F7W=5Y|gC@mweu zYa?pL>S98eq9`GsX)PXFW|xSbfG2W9t|!(!2R^U}tFad{i=N1t>MyVqbY8dLe5Ukt z>AsbLNDx|7F&mmZ*vT8Tym~$sb?1{MsVOD40p5<*ldDPfxnVSns<(eralp`-2QX1` zRxbjLi$4Mo!S@&#A^JLXm$U77Ve*yh2%H!qNwbajbe)$7xsH&MBNFLtJD4`b_9dH~0N* z(Z@^|m6t^~7VTNd%ni7Svk?Abo*=ZA}Y=Rd5%cudT{L_ozYf)`M9YMutI+)=jGu`uat=_^G+`c z)8`J&M@<-+?eK}NlJVKh+9FN*f;34s1KJ5}>#Bh*Kx;H;vBiZWaN@(ecxS1~{0bHU zex!C|6}pqxq6Oa6SJVIyPJUFFtrEqBXCw%Jz3!_!o`eGnM@pO#l^iHDf*=Xd+i17I zKXs3un;UuOx^;iLS&2@y`32pMym=K=uN=nrvpQO`7mPd@EW=`%Pj!FOK57L)4pyAA z$tK;NfrAMBK9XcvvOyP5Myr|AMo8U>Q++X9uBE9p#&PAqs^CKsoV1dS&14XD+2k)} z#_LRyCr!#0AF|Xo{wj$e=Yk%nwu724}Z>Lv1Up{vQUI zKs{D$F{-P}37#HqoR1(tZ8?BXM0A5r!8@Upj2cOah#2%{XX`_1Ru+jFuPIJ^Upuq2 z9V!M1z3qSDd~l44?u|xxMg`P|qtT+ZK$fM?xVD{o&-2~IM&cc%e_g<%dGnNhju@fi zz_xS40AB9%L9*02N*PaltlR)KH-z1nitLO=C>Dm5{guUbt5bLJTVM2!_E(OzoAo}6 z^RWnF!jJ_$AC?zkngt!YBGL}DH9uxy#4v)AAlHAeMJ3OVlEd{18ohu}u$nFG9A91P z0P_Op$xd5MCGGfZPar>Qxn}O5Ej_@12t7%yNi-TUGlaMBz%FJIaHut&pJ{o1h7nsH zNxtqdASPLBkwTnjQm?d_20?5bOMLoZ$fzBFMIpBLeA2yCh&>XP+}ntx(PWhAl34Zk zlWBi(OB0|Qs}2})7-Z)>^da;O7aa^?JK2;pGgc?b6JHo+tFJ`dg~6gxF+(95A$-U% z5}kIb3-M-}Iq_gU*{WEBJ+;3vhq@kjs}$@i4Yaw*+FGw_?{g5QJ_>F9XG@uXqF`59 zlA{29UEXj*RZ44Fe)Wg?R=(Xay9#X-tC4@d8Oga^10jtV8i_;9cj;BpS*YYIL}}LX z`H|6QH2BZ zbXW5%?iZa&1^MBo&=guNhey_-k$iJikw}I9$v`iQQG!+xc|btpPWEX21sz}=(*=KT zJ2VqYcLu~&1I-~r+X)ihUbHa6Ph31cZ>}9Gqn~gAC*`wXW@e(KJa5}Wv0Q)&;-xN- zw_Hk|CKsL=Yef1o0Kzp_7JaH6B#`hprOL@A(YmD9TsdZ59;f@YG#PG6GIM8rk)?$X zGEfnfDPP)2so;moNsni#N}hhA;+ub$Rr8xG3&00FW5ngjW}g`gu=-Xc++B; zGn5YzrU#1e*{TSoq;o)6xT3&Qoc>zI0ybjte7_ixwuJI#!PFQq6`_p)QSqI%UUEL{ zL8s`j8@22)S^1sk?W{#}+{XbfR*9v;g&tSF4rTtVv5`jD_4$HtyJmLLjzND9=-Pay zW*tu~73ph(hArOgMZrh))kkHdb&RjJ5UdT*qtWbtZ=Kt!FU{wpdvO{hm2Ay^2Y_c& ziI2b$b*b;x^S{kMDu}pt$Z!$Q*kUEz(%F&4WSg!>?w1~hEoY3;zdbZJfHjR`C zbK=#9;E6i)dO_nncOc1vc*_ulyn&%@gzXcbwrZP;+sLlOk0@X!WfG`b2;X2~&#^(5 zzQ8z`2$`EJT?N6BG8R;Bewo0`B{uj{RyX&87&#ML0|>!F7lX%;{m6e|Roo?j+~DNi zvC0frIw*5pkCuj-bUfp}n;0S7Dl>}bu?4;wU7Gi|)Ly!g3e95Mf09ja)ak{YSLgk+{LRW|=V(90@ovtYt9x{o%cu9r$PN==9-p!vTanL~qoS`c z@T!XzO6tw2B37#^XU(yK%#&$EBkT5B3+n$}rSb82)=+gf`%>95NoP&$S8 z{k}O^XC7xi;OsLfEfb3ygUtr(X;VRZfvg>}D~P{z7ESd60<5yWsE^bsrPgWHtyKdB z6&`zWa4Ir$Y9^1RVw_Jw3izB7`;<-9NtM`|WECPrKdiPg-0^?r)}Vk4`G+C!_^rq1dY@XJo17kPM+maE7=-NSC&{vOY^O@MKj9;|cpmUL1T z#Gb=yvtTP6J^=#qA|9Mgc$9nV^__O*a-{1EJA5r7;at2W9;N$CvKrArQFqhl1bOOMj#EyD;guVZOFCKo}U_= zX6=pXA67r`_?F;Mi%DblV=YdAlM(D&_*t+mEC8bR6#Rb(GC!(-dXk;h-}Dt2qwZ#& z8lQ&7a~pWmJfry3OXRih=_hnXPYm`1i=3zV$fMrWyK0g2ON#`j(+g7n0S>77U7*zM zvh6VK@OaC*pz0uo8Tzhb5m#|_%Xt^7(Tln>8Z)@1U*SN>cn%t1(6UQYagiaZaihSM z-NjZ3V}pM$>Xrcf)D6}U`r)kN1|mRQ3C7T3n^+fjK>N64rGRecG}4XdBRIioP+o~$ zUWv5jx^Zi@upXPMbLVL+Sfx4|b^WQ|c7j}&!mw#wKcQaXJk~_pm>R0m_c3No89`r< zeKYoL(2FL|geiy^T94}IRBK(K_{=%1VDQ~dVr74rU31kXye~}aPA0=X0CrcgDucJr57H^?h-$JiNlVP`b-^neE2Z*xfP2`nQt=0G=6$g{&Je+?^%}PnPpV~Tz0lPSHnNi&1l^7$)Ag6{N>Y%tGV4~9k8^OMut{|!?;~cl=DFi0j;|)yAX~X9r>c zwxd3g5p73Wwku`(PKJfCJz12I6c#|-hg8rGR9f|}pr1VS^T{_v-pY2Z)7q!by!UC+ zRvKseT25RN5d!|C)mS4d#yq&)ikjFcR8O+moT3QLZCIHjT+}1O^U5mM=PBHO+-3%{ z!iEwRMoa)z(550%nTF7$jRYA$+?)AYpFwwwwkXR3XEYyC&((qB|4b=V#KKN4Mz632 z)%4*57NT}hQ_g6_??c|X&quVrqhVh<)~0gB8fZctDQX9aL17ND5p3bfoYa%`A?7SIe-SZ%YE+YDGII9}&)5P=l_bq!VePpF3oVw0WCqKr*eDI_ z#K!89OdiAowYNMgJ5AIL3}~f!G#cfGeG@O$))m?P);bwAPw66MYuD3YcJ?9J4fxKo zKh{t39iXY7Nk&ChAu8TW5(ch~x+Y2CUgi`$PqMV9zUoF<8250+ zgYhh##rdNRdajaCxzUUI;w4rgSNBO78@mz$nc*RM)q`q58RU@mhd z73;-Ri5K%rE-qPJr5*0Y{F0w4702nWb;E~nRFDoxQUAsKlD`mtI$-rfmM8^;+?eNd zY^XZV8J^Q? z`uA9Kp{YKU*`Nihm?$|Kmqg4HbxPcK{PVqGs%{h7A$LlS$K_K<)DFtbg<)GxXyZzM zc^Zo_nN~LXg3Kg;v(dv?dj-ltwd8Bs^HRs>%U%>-i1cHsydHFwT;0hB>PCH{UzJ-N zSGTxOz1Y_x9l8`YxiZ9fX`f(axHhZ*Mjb=p( z{RPOnlDt7QT4{d1Zsk2xcjlbB^{Q!gUTO|yzUf7wtCe~~6?-R!v?%g~)Kj@YYC`Cr zDhN#$48WY(;7H_#*BtEwhSyrn$ZU>GgHsAdaH^iI;66b8ommD{Ps1KTG|HpnY)Cdb z-i!OM&d2_Lqx4GI`T)7L)m-^(&>jVJtxbUDU_JE;l)v=w_zYCPD<>a4arVTyl~JSN zjqsp-u8r$YP>LhAQ`F~*I$l9h!&bvQy*ml#m)Q_-PL?7a1NmwwIM-og4+jAY=p2!& z5}%9;KAb$oT_LK|q9WFvdANTwYii~6gq0KfQq7A@oo%jRH-URT2E-MM!!>R)P0fQ( zlxmmsOjIfNSW*&*tOx;KlzqDctu6D6%-c*xBZSN*gpmF~fpEeE2inK76;45MOI1P| z$SanfmpW7d9)HbM*k+&vM&QrJsm4!aGgxgb`rUvPj_bjO+huY8`e?Lxe6_;a5~l;( z2T|0()5CGMLUx< z7RwEk+J*iT5$v{M%Q{e%36YhyR2kZqDl^6zW>~cALJiG^*Yk%WoE)Sb8gen=gfPy| ztQ6;Ad4KNZh;n*9?Xm2&pFG81Az%GMGW56maJXqA4Uj5E!xFXN$57h!yykh7m>U8a zzs*-74*CF@v=O9P25@I0z1f*Sd~kwpSqP2rM)ng34J9^EDxvO{5?BM%WS_BN+L;}I z6)rEw3+(<$JC+^V7hwxyv8KKhaT05g3uz1X&3~y^Fe^4*oVGDmrCf?ZgeTa6LhMYl zz)Pl~wA^Fu2R`GLZAqo=wj01=@qxG+O8^G|%zA=?c!7hh33@RRs|y_QY$EVskRa+I zrf90|8vQ)l2F>{4w16A4vs$h+P;B>5Z<#OyQ6ZmIUgD(SXp>pKXOX{c3rnBbx7;5Y zgMT4=B3n*IBW{Mzc6oLKlXAmoYvGoK4CT#=E#7T9W_TBlt4^}!g`qz%IrC?TrWJ_| zM^`cvZz349rN}C4mUwFCS`1==&Fp3)jJ~IU()%kfaP3>ojDJnC%3Th#Q?(e*7(UE$2R$^QR}mIkrKxa$ zE#nTroCBYW{k$@|=YZMX1i!ebbRXsQRC@MzG<~2YC1wM^wSf(njK!$j_v?J#XDAK z6h&L10ws^y!IUi>YV9;&Sf|(o$fI)^cJ<_V5c5W!1qtJd_A~{R>F)wRdyBD?!m2@&5NG+2-mfX@adwFq!!2)&MSu3ilZ$n#6UKe zY(ihga7iaUso=?EgSfb;yDZL~G-@wI6PNH<0W28$kunP#A?h5p-U6D7D!Fi78I`3( z);Z0WG+6;5f6Z;i7o*-I$wlt0flGNlrHD;P*N^XsX&!0M#LPh0 z>S}OaWm~2b5(hbB?{vDaCgmxrSnPJC4#Wv_`Rvw>+qXP%D=S9KCSfW#l|3h z4f#ke4SKQ!q4{br*=i0LBu|yx42M~w3$trr*Yj_dxPE^Fx>VrMhDC<0r^G_R$;s76 z@A`p5e|d;8PO?c8dhr-GLdMreU4R1MndYVd2?!i2-JzNF(8pC$evI>zdBU~Kztg=F zIJ)gEMijJDqpTH55K{5Dj&O=emhfSuc zzRgi=F8SM(a+zn;nWz^}0houESPJ-Un~qFLm#B0)g6WiGeXs&j;8SLbOi2suS)SQa z*J(A3^DNJ%kH$0rgBY60vIw91ONeJrSoMVmop@z8Oe>ZhsRsVZY)-5@-82&a%8S7^Y? zK>K(hI{#`6ppU1L*BqcSI&J^8iVo!7kVg2=7hw@zjI7XF=qPM$gB4gzJ|EGKjguH* zH-0T5hM!+m@e&+c*anlVN4e)qKX^GRe;Q%;#l)Nj{bl&K)-#VwFotS7yqiV}U6MWR zfEO_089^*gqq7o)ZEvpb&HInzb)zxwzeFuG18oth3-KU6ANOK9Svl)*w;S~xUlVqP zRrHX4nCtMlkeMTF@`>$TXdY7Zx0=13y`0CISt%ks|}AEv9O;f7`lr zZdp0jZn(r)EO=g>n7@Y@!YN zQy|C4_7|9+S_+RpycE`hW1b^hf(EP@)(z%Kzuu34fitrJXDdH#xh6NAxRC>-sO`)t zex!4snfyRiQPKm(nxh!YcMJi4e|X;cQ^ta{lOK|EbMRp4^q2wUYT-D02vP~w@bP6Q ziUH2*$X4gnv&mVXnOWa%B#mKX&;T|HM%^Fg;*Cw2tjRrdi>lk*$} zs2cNu1D#3=7^Rq~i(+F}nNHaOg00=AFx}1qR*}%;Owr(6eaDM^EMpV}9 z7|Mt#>~B`66UMNv7bp?MxN6n;zyb`tI#zZ*+!`KI{CO<%!N{^z;}D=$I!oI?6&HZD z?F6)m=va{#*EWj=bdAT}e^H5zpobx5`YmVCY4+Kg(trmwx5IwC!3I*Ni30KkTbGMT zQg67C->$~J-ZQEixa~z3A5W7leZ9P%#{F0ME~lL^R!-yY3EG|X^-0dPcz3GbEk0NV z#E*V-Mha1vR$96<2{CD&Foh<0J%thHi_P^=ET)LACR=><+G!4Ee~7Cj*%0$!wI#x- zl6TMw%MLNoc&Mb0`Po;)z7>&@TejPsE@g&OCAV<0KCRuA}G(q=i5weMd z!R5?ZYfuyytqG{v>ronGIie#5rH%+#-x4bCY7V>s)l;j7C%L^kFgrNAKF18{OyC_C zV8GOf>a9N?R(l-X!w1qUjG8@I3mmY{R9~bbW1v6)VQA4{Ei{31Yl-4k9AQz3-xPkN5U_0sk(p`BupLZL zC|^Oi>OiZXR$Vj+xu)^pswq3adITd*Gd52`DY#lK-dl$ly%%uxQUTaf4Ub6!k@R7> z+_Etz0c~i7e=`tvvYf+2x0~ZJfVq+nvSY{Cq5G{*sXEbIqMkR{!6Bn=x`Reg$$|_g zH}s*!g4jb%qvADGDSGRY@|j106@+WEv1owc$=U2Go9l}tjz$^QS-M$6%Hxx;0?Pb> zRuAeKVF@CFBaxf42l?sKuh`BMr(v~1cD6jXe700he+iuO8axlS^KY69I~8-{@Jx0* zwW(X?mLlhI9AAre=u!!M6mw~n!~DFpMB;ivi$t`l)rw={@&(*rGL|B&VU^Qu4G=_h zT+4{Thcc*7Irp*Xk-wk<(!Y&k{JUU|b;JPJ%zCWB1oO&)8U~-_m=^^#Z@IXoWIv8C=MD;e?ZZ8O(0J{MpQGhtY?nTZ7$Z=(-#5J?S# zxWh)6lbFSD^4e^0Y^I2m$?O??k9%

?oe1!6-_xoNJQOdD^_2& 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 z zeoMS{)!25*#TH|SFvO|8jOu$~4Y(L3{M~nco7&&n?v}2boIlv`S%vGdAGY=b3mAI~ zVl`9z_o~YVvo<7*q)bJ&rPNO`S*kqYITou;hkYt}RfQ3m8wJ@F+vgbAPkCS52m%%? z=6wKi&yfwgN9~$!^$-^WtWiV5$eI>A%+DJm$RkY{?;73VTa#CFry6RmA)zB}&UbA; zAKXvM$k!e!fcH}g>{(aG%*F4F86xQ&tn`-$UQjjcI**G?u;nn)5^W(!8F4N|dt^oE z_ta7;9lsBiw?^tp-Q zYU}k@C=T>l*-kPw6ar<;=&cF_`!D3po?Z6vQ|BM_Mqhl*sLv0NJ9voSE_!PZflnh5 zAxn_=T0>v5i0?vG|5WHB7DC=><$tzT&V6a#NuPgFHQ$Hvxx5RhRc;`9@$r9h0V2ML zZocBbEJ(hP6?8#PkXsjDf>ggE1cbyl;M;yWngnh@JHCO~6E(QMp%6G;d7rLv-MpX# zA^8ec!DBu9YC#Y_`$|Dy>9nb~VG;MA3_9QRoeUPD^q+`1TkhVI2ngT2#7mw9&W3g6 z1BIIjR37qVAVePWO8~I6dk+Bh6{L?r1&YW&9o~vf4pf$`(aFzp(1T9-dgnfojnB>%g0C;iJSE5mF<`w!DJ znF6nNBTSgXqnm51aDa%$6mdWd`EFd{UD%3?{iN2c4n?ckYWenYfZwQkzLs~92l|9} z*$L{*{IerGCe#}y@}tNwKF;L|+xioS{x`;cNWWRMcz}pt4XF4U<9R8?U$09$5~12O z=L^l+Ezw8xydX0d>&8HEyw57ASgXj95J%BQFiQ3j>QFT_maRfbHU|%d&LLt81R%Mu ztU4@{>;+;euNd=KOI|d{C72^9J31r z9d%Kk9st?f&iByH<}ZC#@mK9JdV*^m!({EXR`pXxSComDo-?Ld#;_9%QaDSR+!fG> zZvA}*LjhaYY*yF|v5zvYCv-=J`~Nz#&8${`1E~mI#%{IBqohn4JmfxMjc@ei6Y#d9r~YwUS6T7a~l(6&DD3(A6SM=mCK$7HnJ?R zc}gRCXiz+(M%lVeeN=RZNoD#%M#-eCGIiG=rDn4TPLV=TfM?62^|4-7yt;B z2~PpE0G?T!Al2X-{La2Rx;DbP&$5 z0D)G^0CkNqT4kGa`cHpk}H#z`Xtp-^`$O%VHD=bN1~oaXO1jQR)L@3?ykeG zzlo!8orXVrWYy)&Q|=FrZA~+DN-!QClX@nm9o?b731k<0fOFmnl!vuFs^YV>6+?V; ze$aBz`kGqqIM{Kcg}ItJ-w69v{)IS<63!>7MuU<2i4D&|6@Cd_cgl?O_XIb@bUJfR zP5ea)`Jc}n0>VGw<6y+h&>a{LKN>_%ppSa`i^#-aW0jZR`-^Pf1a91@R#u>;l%2X( z%4>0%|D1OH9dVeHl5Sty!QK8O*G!I=Y6=;lo^b_`#KAZ z{pRwI*z4=&+N$`8_>WK=r1@!yQR%WT85$neU^%_MANL&{f zk3=M*x@ERxOU54ct_FT4v?VGS<=@_$q&RJ=+lt`_qUtMCMV?u2{iWtBT}D?>6{pkD z8pZNZOv0;Z)al)B;h}Gz+iHtRql!FcyngmX&iE zrAp|p37?5d&EM@tmh@*qwSJetMZY7FtMV^kno`8wQ03T6%4Kaax?P)}0=2x!Gf@s_ z3Y&E0u+vT>eq{AW4(%?4&b z@>BSU7UEuUAva;{^7X7#7%Z6=5W%1Hk0L8>oCx{4lh?=I_`fHN+2TAgj>sU7MXsO8 zxQ=vQH$zH$N4}1Ud+t5v4-9DWFQjQ>H(#8gXoCmaZibbb^1BcdO3(^SI=}ILPK+eT zzt%Mvp>0?3rXv{KAE25GBX!-LveX0Kj&c(D+@Iv^qN(WdhY|4wKR)t%JzB> zLXGrW`=NyC|Bb2x|G%i3|DDI}%^xv}zTlb1AS|Zn(-K9f*CnZNI*_e;syRbgE)XK) zlRx@>Kb#%MpGsG3{7Z*1PTsC4UDY0tdw?E=9(RH*uQ@M!qCmujPW-DtJPj6&@P*!9 zrccqB(>g{`=2Q7bz#*0S_>X>cyWWVN*{L-Qt@&w!8E#Rw*3T635Ui#*ycNS$!={or zD$W%mnFY_Xhq*qS{Vu{(-Uk6>N?mT*3KO~?wGy{3gkZ)(-xDE@n9yt#2*`5)U%^|3 zHoqp7Dsw8e#gEzq}Oqx--A}cbvwPNvY*nTy; z#QEatL%a8BR@k$ILLw^;_+oBp$%f8i60_r$hD~^v`0=1M%Fcx^lgUW1PwfI95kusu z33mj!^6!dlm)8)f+2AeWfG>YLu8o^4s(P|!|ux8zoqX6+@uU-Ivx4u)D^;^ z+&`#kz|HQ&#qv$*@nriej`GBEX(BN;BqSMyAqqzdhh_`S{$1#H_80MRx$gq2!8a)K zi&AagqszK?SgFAvJux6%z8;kU4MALgOhX}P5_Q=<1Qz%KVG^tC|fEvZKg}RP0s%8sW0yzVCI4~ zsCHYm^*yJ4K`dZRj@ax&30c`N1HsOH76W^m=SnibON_lOJ)dsR{I);M&wy4b3&rGW z^$_FCc|ydUsG7)0QgdXvuTJb=*bGF?g{BA2=>NcG01!8CHL0pf49R{k+dl|gfzMR= zOt8WY-~strXJB-4SP~Qz;m1T=-BI~1PPZF+*hB+aqj<|ZP)(j^<$D`s#~TLYXym~1 zGK}X`Q&v*W^J_s^ijM|J^!97k!_7@*_7;~O-}mFrQP5F843HG9`3VskB#1@$Ur2O8 zUg3kFfDqwHH_E4Fdy#)o^mCi1?NRJ0qqbKs{II%6axQ8d5Jhudy6Q6QfbUA2&j~VK z3i-A<)qB)?)Ou17cHybrU58;*45{*X7)YMLgW2N!su$Itg-qSN8VvL|o4LzYSF=<= zL8ON|4YnVO0!co5^G&se&v9okGbkW7Qw|20_{VuF9j0w5Uq?##U(`0}|FGFZ+gur9 z1Un@rfcK9g!-$h`{FVM-JDJydV2Ivmq=|{*j<`T6%%&)@UeX-d==o72Rk<(~Ka*|sREga3A(hlyqve`nK*HHE^41`eZn=C|@+7YiK zz7vYMhMHHjR?WocZdOcu1|Qq9RFky|in)~7%AZTb&*Vh$oCUHj&{ok;=K?wG0{s3| zX|k;-x=GGv&{p_Tb-d7)795|g@7MrR6|GxW^Jxk7Jqm4x<(`QXt&h8izvp_soG*ji zi0kB9CTQd4W=Iclg5};z3!v}8(z6^FWF+2#1r=iwYbzj1F+oYCQ4V>+VZktk{gWe8 zUmeq=xhM?lvoB#7?PKx?3>}S}5($j;)@=)C(A5uu=4g-pD&MlEt+;*j*9OF+M2`*tvgs%);nu%*6lkjDtU;Gl*@dr{so^aA#5hKttw2k*Aa#D&R? zlu6&viaM%ymtmNvaW$xKH316#9&l59PC4*e)QIpLxUGwa7Guoso}Nsff0UqnF_IiP zeUlYZ)ijGXb->JZc-W>pPN1fe(b?t+F>Jg9;I|{sy<3BPO>jAS!`wTWpll^;;4JF# zBgr#g+M`iC7Aj}$&%h_EvVWM^SA+Lsc%G4+s&M5A;49Ybb50u4ce2Fz>9?P2D>ui` z!;oiMKVnY?kD=QXwsC;qH#j3jsFH!9(J)7Z^I~4)FdPY5l=?0toflD(bo)tK9}_zq zx=elmfSue4@HF>#=?7oMJL7lAy0i-o@0gHB=~XBMc+8QAw4>Y@jqr zJH-qDK4f;Bw`NDtgMIoAB3xvutSyX9OnHz?j=S${*d8nd3sYhG!g=hVbCB+`=zZFr zv+STvD`Pw{VV(Y;R{XXreG-WM-tt|G5cvi~k{rgXkbl+DgU_lDqK<1QVH$-AZ36ph z65i7Az`Jg0YzF+{54yiYT;TH7^_%D+6LF#f@>e!u5V20YJsb7{u$D69AxuR+*2J9* zkkdF(Hz6Ob$@;vj@i)Y84B>Y;Q5RQ+y5%9BVs0ISC_1qe?0vIW#%JYWINCa36~G6! z?TavUOd~M+AmZ%1NCXRB6LyWkmIjhv^=w*((hS_J&!C9xkMyQ&PCv)Ede(`bxO5p{ z_btY1o7_+Ctdr17$pCZ`a?r0S8wP9sdFixWsN5e6gvtirt-cPNeEcfU)~j} z92Qu7TS&YWxNjowe8Fe1srTy;y*6hr+2Xjv=UShTx)mx5tECtNg+h?t54UbeJ zPa#c@H&L9^*-QedBnjIQ*Kz&t9{alG0nR01bZ@Ks`&I*rx1YV*54`)^Z)-^!r38OX z##7*BT?ZA}W-%ubPz$+@M8JZc-0-@z=@dE%Zvl8e{|KUjz?3Nx<6=xHS}Vzm!B*zpKdgOm!_ z0U-6HI74B=8a$@CgyXu5Yaju?@II&YBWQw5Mowe9Ar9&O1KS>+fok*9e;z&If| zy8!OCQX5V>tW6is2Zd&>psJOmMPv%jy-8j`A(mD`xPofJmIIbU@0e?U&-;OYd&nhcC4>Jhz*#ro`ES&%9?W z5W)ODXtii$>Yj|EJ8+KDp8-tNLS8qJkUjZ**o$z!BGccJuDnI-9X55K-$h^x&3B1F z-bEN<5&jV4);n|yMQ2}GWvi3p)$Qmymyi6(#?J%pb2m*=L5)}`5FvON2AaJ7ND7%tC!!jJVjCJ>yBE}%YvUfL!N{*fa1Ev!tn!2DcY9$wj)J!_h z@cl$^Waaau+6rFK(4;>VVt6%F-`=1&N%lbl<-?oFz_U=I$RM&%xYm{j+>)d!jRCFG z%)$9E_5l&l?o&8}8Z}E{<}XDph#Ev1`9C`e%7YuBl$&f$xiivoCi_Ik1wS`ccw5Q$ z5EC7dcw5dOZ|D8d7^vs5lp<2OY4Su^+1zZU4-_hmDt~9ee_PE=clzZL%jQU9>sk0- zF8db4Erv$Gelbe^e72F#o)s)B5(mI~uoQ{I5`=uEFZ<#%?WD*Ywf)$szAVv$Kl|Eu z;F$Z;AGR?5Fm!?kp)gVci&X~0;!0P`?2FjIF9UxY58`Dm0}tZ8fm;kfk5ljvxLxI% zgN=oT;qAAPgyQW7e%GActSTEHeaAorM=Tf-Do>u|d~^ife&7k??SDyO0h~evDKMWx z)MB&$SNd1|SAaXt!9wL2&A}QNw*PPKzok)GXx{#ObbMHb5(P)Sl{SUQeh1vGC%x*b z&h|3I(Ub*-If7i4zPrzT4-pq`uIat)?JUJ@^1s4(uOq-aVUG%D)4YK5{XGG|j(g}= z`dO~WY1(Kko#IzccQHoPfy-JOoOx2pzEkW`ydKV+E>!ms*dK=3V`0-NbEBv;j!}=; zru7-kf}G}L@7ek4_Ke7BE*)eqK_+Zj`1U$Eud;H&w{O|cAc)~Gu|G@I?3u?evu@OW@5q=^(I6Ex67oU~N9FIRu08K5Qs`mz&U%f?Z z`=8QwIG%x zLRKkS7<_b4kuA|cG&e+UaxlNHt9P6Ziev$v@2u2lY%^(s2{3&TeG#qk=wu&YFsLxM zP$(v+f=Z0pIOD&Jnz(xr65+rOVGcd{##t6P{D}gH`b8+Y#~`3H9>g-o!9Iyh<-j8D z(=Wg3NmdTM$G%LPwJQNZU!&^2SdU*gcA&d&sJ=oY&wkOIscL>i=*=8AFQ-(sSRJ|<_YGLP%{MeUEo-AWcM2Q31q(g8wdr611f-jG)bT_vYZ0}@+ToSn0w3? zrGf75?lp_75m2n$0S(V-JpSEE|IR_jO;GQs`u@Lbvj|w#=YS+I;5+#51|8 z%l~jGvZ|z@gJw1Oka^=X!ZrBENAmbr6m0s6aDa^n;}Bop~t!wEPdAfXjeQ8e6HQLxxh|) zW1va-3s!b1-yeB%3rYgVyRK}1KvF=G0}NGMj=;vE3O+7+hdkVrw|qJ#f~7xbOqRXy zK_&pJ=?j&&C?{vs_KoQ8<*Npn*%!DFiltX!YX;Pny<;h;0LF z_2niBnvcln1pLCcs&8g=3iYgp3hfQ*Q2^)#f5rj5;2R;(GrSRUt=R)c-1=c31sa55 z9tBdxfTg~k(F$gu)%yg_g^&MF;gx zm5JcrnuIx%^`~9f$CkCfyFYp%zw?MD(Mz(GEz{>My7!}v!m<1Q=mk8?9tJ_Jb$vxQ zq{BJbl+kDmE5;S2w9nWhY#Y_&`@&DOhN$!m8%F1TcRjIP=Qo8R-i&nUNi6exXG%3c z#g#O(j?Q07)a~3RH1_#}L{B}#NRd63(5zd|1 zUW?{DRG{*UZ}cjWa{zF(Umi2m!n}?cz@{#F)riall9LqeKQ~{8jf#wNAyGx}Z8b^@ zpJX+vZQLEF240~KI{{L(4!a&-rVbnQkyIlD^+MuMbHs=V>_Wo7I~;i3`Jn!%zyK`( zkEDGD5FpV1RaVt*_8UN~MuGevqj1kNpuuWXcrey)1My8^?+shYp_CvkRBD5*ieg2@ zPI2|U<@9`FpSjdZ%0 z{&c_Jc4Qmd9)1UyfX#@&A|1n5)cQuH_$6_t$FZNO`5pIv^C=;R?x@R$_t|na#$No2 zUb{d$$C;V`s&ZHv`0TBmzN9<_)a*C5eO*hzgKR0zeMHZH06mxMXJ1ki$K1<95_FE@ z+zUj`Eas^%C2q!*cVWFl{`EIxlm~&8ScC@wY)P2cTrPli++D{m#LroJl)#=7XKIlh z^alZ;vw9G?r!$>2s>j}zNhHrQ2egoWeKAGo7_jq>bxRqoiU(i(ScSPrZR=43qm-Zcq$g zfrHDR@keDdC{q2BTU-?W`mIR#ASCjI{vf1T@Rea{*>OHT(h~q?$uFz~qR+<)6!;|6 z{@Z556X${G7{ZOhFmU;k1rU%*z!uE!N+8p<(Et%p3=ClrP}lDK|4RR=|0Dc^z^JMH z1Hn#TCkXyA`rjsY170N%NXR)UOA$e0ef%F_D>HHGX&p zXN;-9Wx*nC^#!StI~p>*aNiZFxu_@J`x|)KzjKzEm6(*8(AZ%4GgYWhTgQw_6;P#b z6|V)#+EEmd^vw!@9D^LUaZZWE%voxB^0XV1yls-@TkdWzRZ&H5;SqD7zd9}Gz@7vb_y`5)`Rmyu zw0qj&;uIT2FO(U7w*vVUoCbD?Z!jwH1CO#jA(5gRW|MWZ)6e zSB+iJ+C*?2N-%O09fm^B$~mnW!_G+W6*xsrTa=|IJj%37%b_AuJRO%6s?q-@LfFJ^e|Z-o|Op#s9@ zxxN%*MiQe2(&Fetpe0}>9VBuTwp)FwkjLehxX0yzTL#D*5?EdQE9~^C{@T*!32o1N z%9Rc{T@j}Ip{^+VQvO`vIZZkpV!w2i=P_|{4<^PB9_Kf5ekGczzRe-aV(V|7J7rP= za0Tg&{|HmoWG@I_xk$B^omrMUq%Vy1>1#@O5)2Zz15Rv3~`iWO8=1_)N11CDE z=ql~<=E#8$9Z3{?{X7)t!Lm`wsO@2B(YgiR6K_*J~$fr%kmjs;Q zOr+SR?Dt0}Fc_eIiE!`H30m;{MF{{nO8>!Nrnx>9+o0|hNpJDYE4dPw^so&ahi6q|CVA5+lJwfpSbzs&I$|_n;m$c_xQ`;JX z(A#<$hak;MRHjdoSO*uFk5-az2c?EsxwQak)&`BE=aF+A&oYy2%5J3@#ldU^_`PNb zQ@C1^+I-cI#FqEy*EjBH44BWs(`{!$+a84G!{88c z;_%3``lRO$VZ^_|COd5$rg77i6HIbR5}kCQyh%=-{1CIil>4OmPIN#XPQ~&H7!ux= zB%}yV`Kjnqy-*e=uMs`S1p325rNL`ANc#3jlIT!l)>l5r>C9M7kgnNRx3c+qUs^Arx2VZMA#?%b;8V&&0?bsX4a_{PL8RtKV(=Rwlxm9 z=iy$Z9ybhy)1di)(~0LusWT1^bp0}B@mFK46q>)}Iv4~oNt+NXTS#d82jWs|OAdF2sNA(8ta=*b70=bh&#tR8h9x(+!-M+wctnsFlmB!TsHAtriw%O``(fct;&`8+dC_`?TGa zQ$QVV8fECiT79IZVW~cRh9-5m4n_g<^BM-C3k(#d{Q@ANZXo|L?N69xIODpJr}!GD6{qNm^X zEScKsBqK}Ga%4p)6ig{1;53A>Lqa;GrCV4SlXRz0tCOLFtkn$O>FFI!CZ4u_;R`><#LMbdfgMu8Gn+LD1q< zosYi$e~_{@G>HW(JXF-kCQH&)^RdA%gnAV?Av=&i3xR9_ocU5Qu&{U8}h?c)P+` z^4`Vr#0u(7^X@@l1{lIIfjNRX4j}G9)X0}ogyy$E-+7qetYW1%5h#4BE*He`0TSJ5?TjxnGFtsFQ`f^QED_VbILu8sf~bF zTiCS{%|j&*H~7y|7;;LHpc0|3g01d{)=AW9mu`!IEr2Yf1H^FurBAe%Ik(=x!8IQ( zo4AyGI9FZNY-qE^pCY!HkRn&4MnZu?89^k8mYP(U{?@n+J_9l%JnL?l!_$g$r)%b^ zedzlbFNeW|#SFDgmzIQns|95PVcQjHzG|scQ2bWNKTFeQ>r5Gm!3t>t<^bZb$-M2j&QV3< z&m+#AY8-35LcBb>#g-qU`ZDrDe;75!CjxrcS3bkCO`g#c!5Yqle%5ee4U#N-@cXyQw zg9zThgoA|dhN6g+=`)EyFz@c{13&>AZK9M`lKp(y(}XYXsEvr%nNux|b+^-Zvl}B% zcPhNnAR!!9C<%goRODBgriQ^QaLy|K3GG) zG3vxMc) zo?&|*B?#9BNi#;lVFxZaFTbef5OwkPew^HjmlnDrWVEIE{WBa~N+RjZ2hX(@pyw>8 zuE?m$Ov((+Jc?)>>o}+Y@Hy;zO64gBNdQU6w{RQ2I4WHVL!V7!J02L_6Gj$B<_adX zw1El{Fakx5EmkP7l6K?O#^?N9bSG$w1niD5$_{h-42{0G4^rS+^tkvYInTT>C>57$ z_k>YdT2}VUph;(`n)A)AEJLp0w*prbyrcpp&rY*EZ6rGKKYvL;=uOZ{AzO!Q^6n2=3$4>iOnpE$0c$&JP}aCer# z9#?IVh)x4?`(cpD-Vwj;Z9(N+!Cl7<>F*()`iUDvokXS*T7>_(uLFg^50o^Wf|SxM z{jDKuf7#Z0y*?U+I*x9JjLW!$bPZY$Qm;p5@=f0HJ{IqK z{QM(=(NFuj(@w~I6C$kBb#3fSLpDdJY1|ZG!SDV?<6(X~G)eZ@wZF|!QdvQt zb}Ph@Up+Twm@>{BDM@qlLg?vgY%yT!M@UE7L~bHc54!Zvd%BdjcXH~e%TCgt#WrBD;fQ&+ z5!>KdwryCH5D`IALAqO{Te?BIK}xziFF^!B8tLu^kIL`F?+3ZxF(Kc&b`kl?C!xJx8yCp_8D>6>)z>Nn<3ZG9p0t7`ck%p zUnU3SB}EFeFRoteLFo-!>r~Gcxg8s0UpDE2lAk)vWXN;5eQjW`7Lob)Ijvc_K>5?L ztrDqV$|0`p)%EKM{Dj6|Hm2o&4{R}t3gk1X7a-!SeahndGNGX5V_`@k9T!nlp<~k{+KdLWu6Fc8!@p-em-|imZ&pT=ZX+3s`u%~ zzjbYtRIV9}C@GeoD(GYKi{m9!t;pzdh%%cs=IQdFPFTcle&ZnS;}`36Ve*c~asU66 z*x6HO@4r$E_#Z7M!XE>5ExwV$G@SgTH21Fb&L>;AxA67J&7BW~2rf<5U1EQETGTb^ z-89Ckp0IuSTiPaRy27?_SSjw^pB;UWN-CO{&0ssjmD_ zfm?ToQDZ-a;;8)A8rB$`m{8i!rD(n>90-?|euXE02(>BdkxA$P&23$1*|s`MKbmQFY|Sbu)l$2avJ% zJ7(~f%lvj|g#?1>85mxJyaln{Gr2fr1=gNB?KHDRAdhza!LUf=&ZrquvDFBP2dcmC zgdiuzx|R^D;5+PASkgJ@Y$_G&2Am5($$|4!_28YxxWG&G`#I2s2^4dVu0WuK-caZaA6a? zwt5Jh?UMr#3*tZG4$1fCaH-%tY;E*vjoyk)LzP$S)H|s55D5 zh^+U#uLdIUlm)G{W~MtgkNZd6>Q^eLrnjoI?Y&AHy?lKGUB_*wGaKnz_e*H}eVQkh zSA^&7cq^A??61n|+P#>mjvE#uu(0H-KlN1Homf)%aCAm2`|u%GV1Im|i@pRl|ze`x3z2Cdfbk{zPx< zQ{1YCILCeEHIw+ckLe*R7FBZBF4jqh8DgHR6Cq;ecip-oB5~_rhUgIiV06H4&q`(P z-STeN;rH`x;L;^{TLiH`7BuFtGA9Am3x?+g`t24<%-@a6175qMA`(}7h+z>BOrisM zxablTbg_cWySE7juE&Bscexsne}GFH3D`N<1vxWpcHQl-d_cz= zRESSze$|Z^mHjU8AqUXuO76n#9vBv4)&ZN$HiPR!=fn}p;EQHT|EcnqKo`VEy#5~bT-8Y+?~1tqWb52e02l#*ch?4OBH`yyU>m84 zIQN0yL|k{l&(-0nz)2$rp(Wvihyf1SBrdfU%@EaQ!N)GZEmhD_Eqn<|4u*{(ZZnaq z5nbm1__ot>A9TMzbub`73tS@a!4)pS`;8)yMc|@P;%av6p45uB-QXfj8}1UrM*(o{ z^K&&CsJys+FTQNgYjF!&ov#VMp@QBqo}zXK$5B#2j##OBl7jzSg5f&?pzArrBGvr_ z)qO4KehE0e10kWo`>DYf0>PU|8;Hpoolr%9c|hl($#88SzQyBH@)##S{~4Z)2@jv5 z6kRsEV?I>Fz()T5#17|?ONCBKz-!DKYRgb-1*d(#ir#$~K8LI58;1TkJ`COBsj<{! z`am<&<#@B7R9lH*=oj0=kVLq95+v)uM;&TQA5)aG!jq=sqvLZ`UZJ&{C9Jb+7Joid z8@SDri@2;G6Tj=BLYxwU&d7m_Y)Ie{9o22;SkOrv2yx{VRCO<5_Qwin(pJfezy_p5 z**KGR>e3RD6a5YDK*wEAkK?bAZLpfisU*unCZ;x?1vbtIdP=YyE!UEVc*1<+VZ}97 zpzqvGLXa6n(C~mWFsKE-@39HK4+p~vZX(%&z2Ijy*T|Li-bcAXzxKdj=u~qSe0)6@ zu6CZoM2W0!cWFDw1i&Ka^OtLPAh)YjcdE|y40320kO=9z?fa_tYIVi?;t9C^4pzBT zvvPlvp6MNO=HcW9EevX}J@T_Tx9@};R2F-G?HKNCV5j9cH{T!6?3afIIe8+<#jo19 zkX!qQIdfNaq+*FmBAnD=p>9-Mz5AQ6*4Gh=SkVJ{f7rfBo>PM& zyFVvKfIUt-A89?}XKC*!Vy9sNcVQ|lh;_Npwn9d7{a2FIMOUiNsO}c}s9(u;pPhi*Arh;nf7b8so{e^$UX$PShPa4jc5>fW&WSg>UJ?r+E}(cp zh?_w?)l1J4`=wm}z`2C2MmHl!E6`JSOU$_H&I9W6SXA&A1NZ0LS;*9$#7u zN=&*|aC$`-x**rN^q}CiZ~^4<4B!vVY=0(k1`N)X)Gh%%mYs1Y;LcrTs`4X9=Lv49 zFcJzWb(z0IPz9Hqp9KLo4tT+bRtFUKcR4q!SgUs%yC?gwxL%#R8u6cy;KZdM*@}7x zMg#G)gPL54*RXLTv#X{#ll${#(7G2-VcaDY$OAK4H>ZAkb67xLXOei=1xrdrW2psh zTPtgC;iR1HwD+V~_05p3^)q#G)@8n%Uk-@NxEvqYU?kQ3K4J`XDiFMrJ9hsEL5e(; zMqVoJ2hG8I#14kr$2v9;NT|!ID?}@IG&?(>&w2m5MkfV(50<>?z4m@WX7GBs&n4*I zNnio}=#1d>F~MoODE_IhJD5(K3Yq*E6@g-}4yoPI-B;2&FhwwUgf8jCa1fNx# zv37`D<&&D8U5h-U3LYFrtl5BW(#cIvH)@tix7qxmpzCxj2>>!+2A@7*ixs{59N=RH zIC)(STA4#u#Wqab=lB9_u1$N~TvQ+{J_~N;@QTW7(@yGI)20AOBhDnCU8*{nY?_#o zP-J-*Qe=~OcLGmEa8dd0^bCeXx^!#~4m<;=C{aLe>W5nEBOt(4t=N@IZh+}V1``lC zydDQx1?|FX!D9^95(X@03HAXO4wQHGaUeTzmj}{N>=aIVvJy~H=(>%lycTbP`o}7p z)I*~>VU?rHXDKVS0EIYD(8{V&ZM&2Cdoa1PciDmwPu@$u_GhQH>P20FYdGad!ASux z>689piR7E)JBcfRig0(Sw&OUPDmleD@J36bjqc8H9}kAQkxx6>pn;BKC%KowC-s{+ zx&Bui0%p({2ezoN3nr1Qvi_aqrunKQ0Ggmp^UEUhjtP3ozB z32Gn8k{<5LNLdfwzoQBUR~LdV&*R|TF2PWsD**|~y_c9f4qnnCoGL#j1YIV?{_5%_ z2epGB;b)~?@B;aIiNFPyD^X5_KYviqA+W=ds|ea^bLqVNqz=BhUU7j<5+*MNn0*Jv zI`xi0z_#ISRHvRX5M*S1pzXe0Vd6612x)6xoxVOX(K7*qu|KpjLPovbu+~E zBjoi07sUTQq8;fC>q4kYxZSehiSysRhk)6r{1;}%0&jjFS;vhbRwtFazDFRp zNRdZ=T(E8I6!dIxXa-9eDv>Lh<)->L)jxD}Ssbn>Vj zY6?2^YOm=q6?eVTF$uWdf`ZyFcGzn4JH2eJ3NCBe7p9&?u+ zcfZ<8gZ)jw7gTq42-&&L6VlwJprfwqqp8Kcn_uL$FOA^yMqSsTs5+K=E5+bdfV7Lt z%p1Do1GOeKYY7gr|bNPCKEkmKgAu_lqTplQDoKqG$W|?Wx&ZDRt~gn4h~OHzkmdvWt!gO zQ3yP1?1a?`1j1^~JbU0wwSE$Pbo=)pasuhEdk0hzjkON!(ZG(uVShFd(guuWsaw?V6 zs@Yd`0Zl#~Ih+0dP=&4bOz-86vskm6;bG3DtFI-SJ5vyNQbY~_MbzdXj|bF7zz8a^ zDQp%eLc9a|i3;4lOV?Rz0-FZJU`tR5s1H>jxCeF9O9WXT!005zPh;b{7;i&Goc(r( zDG`fUX3(t@z0S4a-1|cE;BBP;DOWK35;%e054M9eV5uj&lx&C<0fcYf;Q-Qeoyw*C z?yflyhV=V>e6v{#xI+0B%W(HIAujdLNVBm%wS z5G$2Caftf?&}?aEGsoE{31km+^&;H`v@Iqf;=c(&TpLls?3ZFBx{Pw+=K#br&<7l0 z<~L&o_-w?sFCkOkT;*~hz{uc@eKWz^dqgebjx+#($s^O%#oUf-5oe^PcQc!?%&tYf z9N2WuzE)h|wn^^Z?T%#xguDY@DFI7QFuSie3j#k`g+g>UvVd%nbYS7hO z*UfxuGk}=HLs(m%U*n10eeNw}%hvPqI=LSObs!IF?}Nd3?JgbgdpK}^+r9+_=lGw7 zjEO;vxO@l53m{Mp3U?tL9+7v+wac09=Pt;)^G+(b7sLfI zGlRUap}Of8$i4fTUyD2*2Ho)hSD$JD)K;nG>1K#Yu=7!QKu(Q#>fPc%R}hp*97a`Z zJBMHrNVZ(&T0{G04QScpBfCRU|{Zcdh?wrpB4$p<3 zFd?sy#?YU+#%Vz_IpkacyPv51c8=mqVVXosq^X5pgY!Y*$Dl}t-%|@a33VDkQ*u#} zJ&xF><0q|qmuV>S>hjVXig6_2%PxNn_J)Tq4yZ?G2X7BXhP9emKSt8K+T_K5`(qLz zeer(BK*V(Z1Y}P2i2l{6!biIqPp-&e`RrWhK2?S+`m&62mq-JOe@fW@e9efx3$Bo333_b@X|rGz%Xh%g{cVu9 zWvnxq!h`c8Q3%JHs4l7{C@zTxK?LMS%kH<8Pcvw+{gLkwn6`!@;#)z3>}>v1^*y-3 z+|N5V7dYeHqT`K|ngeTT+!A+AUiXWPF$w{4ZFwn#C)UCy6I&P>M%RuGo&qrjV}8(B z$-+S;4Z|PTp8ou>d?MBFBhlFLX>B$GxjqpV746WJFmmr9q09$tlueJBM1bts;?N4B zN7EK;47|ikBS(E!QdT09FY43=Fq`o329=8KeZ$q>Xs~?6uruZ8*$vyG4;agzUIwz5 zqr%g?TSnR|pO?RgEmL{aiLYDF=U*^E5gUSADSh5;oTuIT(W`zS>~KrL`_`;eFGW;D zJt#m_*2TzC{@Cqtv2vnz7zyy6!%cZ?k7GrC9pqQmu+A^lZ%<|LS=15##`3^_Md_oE zzaL$U6$JeWKVc?*$}qNpVssCkLsJrq>DwLs%>}z^gET4<978X2U7vw^{Y-Lh{)La1 zWpukstBZBV(FlJbkyjK>2?|v#35!{*>3TU7)4DS5u#RxF5z2|8FQWjepnD8M;1*A3 zI0t^2Riew*mMgm)|8h5yS84k_5VanMA)DD4up)jj(^0u#K_RENh<_DvnK81SkG@ez zv-G>?ORqfLmm^_Xw%1l_+9#S{`K8(fSgdS(_ef4Sid>(DheQb9@ne27{}~_g=I?-_ znpGvhuk3=c@1qnW4`A|~kT7b#*J80OhK`g zKdJZ?JH`S1ZQsZ4jM!Kms`jR;2q^(>Ol`{4l&ll$IqtlD&ezxswcZ|t7H?M+J%#2~ zKdknKu%_{p3D#ZkW^!?0@~*Pk{}42~PTW(q|I+>br|D_r2XdL|BT=fQ-=PkJ(PJ^$ zs!ll~yo?7JX^}C*884@H=Bp7~6kDHhbJp56r(=~F>J0f+-uc>g|14KCU#Kf?XZuYx zCJt*#+Fmw5D@~GEdGqL1`*4!yN*Nk!62&SQa8f5p8D)Pd4*?VH{19ukB^!6=@H!%V z%ANj9fO>5!p48$|R`i0f^JeU5tms#HS-H5-yExJ3`J$j;`fWLMAu8;(DyIoj0bin? zV)w*mABMFiwI-2COsA9K;`Lndhfa*+A09fz9=p(;<$BF(OQHJE!EL;$zaS@)$bSw@L}YD!`S~$lOZZEjcZmDG z$Pp@V7l^36?EB)JB^C9&GtH9A=(AeXb0^HtM09OJtSoZhEM%I$%0)e2Y2z<>p%L}G z_{BsvLxzRSKgfSVq-zv_!cc^jR`1e(5&vPMLQD-s-xtkjTUBScg-l_I(69FzW>?HV z>Oy|^$MkW>rdVr0gf;3&!ZL^k(q4Hh6}|7v#?dXZWsLd|rN}$gzX4>Wt4VV+UTp%f zHQ?6;uzrRXgU9T#t{uiRzD>lEAi{=vzF<_~ zU<26s(R$)I8;4v-Iv(~WMC^LQ`9qNVZywNu5D?f>(7#L7n2p3X%K z)>(Fmsjx3w@oDz+X^j!yL)2%07dIQ{!;6}^-MSh1PJ^)YLz*Dej_GX-=T$+iZ&w%w za~I@Oaz0A^9fn8l!;0C19!urXp~E=mJ^g)-gtJ_=cICwPCYYBIZO@@Q5 zRLc{CCfP%^g_uQG3Wo`^m8Dn9zkYDekm?*^cH|;LXSQ71EJt5B($B|yb2731sx|nD zHyNm!5V&`IY-iNC4K_M|c6@7A8SapvXrDB_(^tkXZIIJ+KWF}F-o9B{FjLlkr2vZT#+So<3W71?eeK*qmGvgFb{ede$u*k;{fs9W zSqh9#!%5ia$Nq%se|*DN&QAY4O2%W6RP}8o1-qTd!AE?x_sEbpAPF| z_YytESV&S-J~s$DK=5@zrG{xL;@cUvTMXWh zS}QBB5%sKYECVODj3|d#XNI6G-f6x{lGKQ$Dsl962lfYmu^fovo?FO*5(CWlf%X@0 zU{XrILLj-Bk~2%ER${kDzTnsdY8D6quwZxdV8>=ZJWx)~YR;-mjX>t%$v)NI;10pU z38JfO**fxwWG?%@Lin{{ygLa^l6ASUZcpx~0i|N$?X+Y?LBMEBU|Kxb;^>l1U5)~#(#;4*yr0^c4)n>1+U{G%0k{&k`-V6Dymj{l3|RN zsm%6WYV;w)Zbf2KmO*^-9|PvXFFG>5>euftjiM1{qy?+2dc;nhX5E z%~YA{*HmYek8LZLB2<1kr4Wl9dbH#_a2(0E)AzGVy~)T79HSFT+!@V09W8|1zkDsk z%CtP}*;X)!Q_yt8yk zxq8E=Lbd_dInw1qpOlDXrBU5@w)w{6qt?F+@s8t|^BEN~k@3xj-faJ`qL4@1@);Si zVf|TVg3z0o^p3I3ZDsXevJkP4vt%+!ETV0A;1Fr#FXyrkh(AHDzZ!KVr?G5|tCFJR ze+=iIX>(?hlgWyK`&nGof?CO2G#1Mko6^P)zh>D<8Vz=qgVac}>FL3b}T z-N4tkYX7Sc+`GjPj3m6PmEc}mBcw>R^SGZ*CJKq!cHjQ?&`qgN~$D~^lw@ttzKrudUG#Smq*g+#ney` z7MuA1OU4=^xblZRZJc+;hUt44Md>lGbIp(67ISCQ?W6WZo9o{RElT}YK2Oz6h!hvF z=cJH+BzLNfs1EBn_f915u&M__;<}JIZV|@nhN8bccg{jC7P1?BuU+?+ln}pf-8C`zu?}NL}Ch~e|hr5Q`OY5%)9hpQ_~>hYsSD*dR_ifZLPE| z9zdP)1hb{k@U`dMbVNH)K?1@hCCR>iqIvZhA-Em zaH7eo$wgblo|hzj_-+k;i1`j`H<{JIE9Cb<(;(-Y3lHP&ntxJVQPmm|TT8lIVa&ww zy`bzTOj z-$mgT&yW8Vj?(`i{|PAJh=Ne~U)}gG-alki_^TVkH68!ajna<@SKfaqtJNhsn}6H8 zSt9jvm!3i%#!{X)%5vV5$S+i@D?HpsH5jH*DPe@E_(T(Z=J3eku* zbNJGL+?&CRatLQwmYiI3k)@<@`GJ$*5&B3&;Gp~ZZ;P31r&5Z)BRrO#_BS>UFDkyxfY@a;p{!}_9QEe!FY z5pqq8q9>dLI`4US%O7fDsBJozv%YwnBBH^UQH+yU=A?y*wpcBqiBu?{!2Y__wJ)W> zAj(oir66HU5BoJRQ^cU4{C73Og65)foX(q@y@bKm!9kw>3EYE75e7?B4sUZmmO#ca zr_7YcwPDJGzGBsU;1c^2atNOyk#CzC*OlVJo_yHvR$ zEWPst4keIv0eJ!fZ+9h}2V5+7B`{m4*F$Pcd#LtLs29BOksIpH{^x4{`vB?{|L>u^@KM753~96e7kBXaulaw5(KQql z*MLHV7)srqejgyCLiBl#7HXP&iFK(c_v2CbaioShXV`{{kB=4 zz}+mhw53G$uI8(+Izb;)Gteb)BOs{<1JFqA-t>9o7;rYw%wI*mK|Is8Iq9F`_S^2N z!O$+e;hLx!cTzYE^&mxu#Mx@v>L5qu$&4bemY;0O44V!9PedwTPA+OK^D7+UZ-^<< zS1TGeM>Sm6ar~vPKUD8=7Otkma{j-r1QdCt{XCrOEnrVcl^6rh3QTjx%qmfZc*SU%@*#2=-VwfKr_C?~z&qIt7-rJ!2?*luh29Gimr?JbE^6r=E zHm{jYgd272`}7dkcB%cWBucMX$Tj&nN*n_NRfHovW0{14g>CZK(F$2TO6!uh-vGuj zu}+A0DH&4DrUNp%MU2@E*mg-bwn>cwUb7ON)*92@IujPmhqZcjVUU-q=*lhlva80u z>u*j+S<4yX49WJ?si*`Mh6b6YaKE}t5Dx3Nz8oqq8FzZ8ra@e;$h0jpv_JVyjiyR{ zh^1s`|2=;Y{Jl@dH$sXNsfcz*ge#Ehm4nnERbV+FzZygCjaXx0!gqnot+x6VPs9Mq zmGMN#6OoP!QLnq0Ebe}kaZ~Qu4XKJ-*)zs(_7x@#8^y@?kZig!j=zd5Yt1esTSuk$26?{(t8Gq0qN^dx}5K#?wq92VF=O1ev4`3DHb& zxMF9Kc2gSHD6~<)CIemvb#N)~hB|totlS0>@_sKS|GtWRfd3H=;jo=^nT;jyCf{c- zO?{idZs9{qvkbWZnY_g87npCKK)=+@hr1Dl7P=s&Z;TXBbCTa(CA{~)d&E)$$ zl+@18_c;u;x4jt+p8A{PKm%O%6`6Q=0vWkNKQnU|dlZKJK>@?bU2DP@AlgbTO7*Yzj;Sy2iT?gU+h5jq7qp-h(A0EeQ z{}BH-5SWN`12pi|jAh>qP*^}Z7Xv)?l;knC(&A&c#CBMhBmtQ??P8?%Vh4X4{hAA$ zNeZi-`p9%M%vVMW-z2hSo-C=HFR9(0i)9R-(ggCj zo~t`ko7Roiy|cukXo*m@t!o^cjb-+-RQjXrkuB@izODGVPwMlnk3c-;*L+MPs+}_F zZH59s8uqL>4sS~#V*2-Hn&syjRUY%t1il&_=tAb7omJ$LJZq9YlPkpI5=S@hge-~V z1URbembE81dB&Vlw`%lqAE-+2+BB|zKPLCiO|WH}$oUdy%a#7>RozT2j8jDYo`<|>u-s-H7VU*Ka%MJk* zecy;J%{6rnN9lED#slhfbRsBqXFd;BYwD@3i{$;7tuc7vRn(^7)tGkRKA$!{hgvY` z?}9UW00!m(x3#jj@%KcZw{F!MrKtX()(J!Q+{xDGulFmxY!bWd_d4efD$%y!ggTa$ zL?lF=gu@07(-kRiCJl<}4d2&c!BFVw^wnr573 zc;fD7%#QQ%gAzR%_m{tT${}5Nig;4$O(qwVc}$c3PO?reZ0RMA(r1&q-B35{*Cc#+ zY|Culo+XSnRBe+>{^RcSh*L&ehp)l<@>o*x#l*&d2Lhhu2tO>pN)pif%W zQZ8uJ1N+8xaUn5OjJG)h(~ypOW+Cn1&o=%Dn<3*F2*_NLO~r1V7L>^fcd!SW z?pFO2)nngiOemWg;goqU$n-gYY&}~?lgs>oK_I?wQ*6H~{rhowM%x2jFAXw^%q(&W zF~K_RiIdQ!5s~5VTSO@xLDUlt+Wo~}URe~S8>;X)P11ySfK1h2JWE!U{Tgll=8I#% zD?<&MYo|w&G^&7ij4ZR+WNL7b-*>K{j`rR69hckh^cs)UEB%DxUu%1i2u#2IM5Eng z)sC_a6*$T(*7wQrU47#VDl>+DoWFC=?&LAjwP}xF)GfXSF0 zFUo^Mi#;@5^dr7^YMW0s?AODGlA50Ux&#b5mNr6+Q3SR?mi6e)Stcucjn-g6)gUZI8Du&QAu2nc6^alz1%}Gex?->EZu}jkvm+6B6=&+K3@tCnv)M3&*w}Sb6@+l4M&gUz z4RC>Hlx)cd-z;?**WpeH;CFX7k#$qGqCyF;v3}tr6!Shmq8o0=3EyF;v&E(R(DxLp zl{(}P4Uqmpd*d5w=Yb;2$7SwZesFJs(=&b47Gz~u2mQ;}1?x_)XU(7b5POR49{?>p z7|P+rK29A(1EJ@s4G-L3Yow9#Q7|aYFc;%7I{BH7Z#{WoY#2i9PQomtm)x-ZC$!3H zRO+Q{740I`(XYMc7xx-mGMzd#tc(7jFkEU20c(I=X->76Gt$spd_ycgo&@JpJR@O6!}f_$(`k(6@|>av2TY z-i97m(%DOR>!*kaALZ3KrE~{6E}8ude^Mn;2y9Uv6R;THU|hL>SvYZsJL- zO&!00h2syj{RxH9=FUd8JglE)Tq(V*DX#XjY5Mja2iB&3B`z3KT}rugZ%zHTlW2v< zein<80++^5|Eoqp-5AKbkRdDf_^#D=iuxyyWCR;k+pf&0Y;^A_kryE1O?h~58Stra z(|f|7N5;wFFZ{I}mr<4@9DTJYzSU-r-VKN4)u+0({L!u$G;1$7n~2K7L`AoDT7
?(5Yk|?))z!8!1om%ypFjl|Ay*50xHF!!tq#XXAT{48n7=yS)U=#48x1XT^PC z{US33#)%9g(goQ>gijoVg>{3D$Qmf0tn|Kk=Vxr_-j-@I@Uf)*C+D}0#SzsnXkJVc zSMLSV{Rput-f!e>9F0ynb~U^h_pL1(+;Ch_E)XcEdGbm5;V-5Pr*}Nia=^)|^&)(J zVY(#KM`ar4H3g2v4~!(Acv54Z%d`r6+1F59yC1Y9^tmgW!;u(`=E~9H7qpHTZ%RDp z-d~H|?JW_US;W5k!GvpkkYRNF&WWinbT0!V#VTe%jKs4I^LG(iHK~2Z_bmN)Uvt_C z4K=zcywIL~8CrE~OE-9(Z&v|~slCS*QCqTGHn&dbtJy5~IZlr+49pIjFE@?&QS*PZ zAVcB~ABb%}Yt8xVJO0^p`-8Q6okoK9W@H3J5_GM$CW!AnR@eTDiw~B_hM8_ha*KTs8n1eFYI%l4bdS`;cYzcWp+A+J1iSv(26Up38z6 zuSmkC)8XlX^IZqoE3Nu0-0(knW{86jMSwo*VdY+)|az+{qyL1M-nuQxn+O6C#8 zLm3Q%HbyRf?RKpzw{rFo*^$lTKl9_qb8|Ee5fb>y7>|}UI9{|l9Q2szd`MRh-(hxqx`?kP~#7v*PpeJ8-ESeh<(c`s{ zaa_S4I*!g6@e1%e>7{A3_>FVkqgnUzMo7&Z7mLTjG+0{iYstFhX=>aayq zlzXHTJ72RM)3m0=^CPm(W9BX5`HmhHg`b^%Zj?nb7HF7HUStK*ZhC%eBudeLZ_$*e zNd1hUZD!cNU?hz+2HjbOSj>!ri;3DK1fXBmFeM&7VoPtbOvB`&w#UsaJJ6&pEF=5< z2B4=eOr5zXrN?OAB4_5dLxNL_pr! zWNX2)Ui5C7ko|nH8^__p{H!a*uCJ%PfCsDji z9Zv4ER^-7g`k?SZ-OY$SM_Lg|pHSpnPy~E9&X~~eDY0U}!vuxPwQg(DNoL!&pby^p;SbY>k|}6@}RoHTEYbDt>WHUb*ziYo<4+ zJl8ZGZOG0^osfRy!l}@fQ>MEdv4iS<>w9NSIh7Zoqq;Ft6Fg_CD8L+_oE81W8JNcs==E10{vCRwumY5PF=*fe2D=#@0pAJt<^Wf(@q~^iZ zw@VKYdiwM7D=t+b$Qf|%A*y8N3RM1Z(rz1i=(dgBY_q^ zjEjj>PE0fs;1%uGYs6f9a_fiRA5eB({D|a_&O%?JsL~vj zcJ0nFxGy+l_mGbMb+>QmbLR(0F5cLhRRMfxZ7tUmBrw)HjI)8f@-|D^TZ+YO={-Zv zE+9jw8~VF6sE~DB0^{UAfuj@1{s|3y;P}SrF>+%2VQA1(;BYcL$n&<)ykVeGKk6;z z$_DmU!dpu0Ew`_dlyd|MPHHhI-Rd3982_EZ2c=uRmr=U)*q7Uqu?eMHkLOXkb;%8- zTY)Aza}j5ha6N883D^19uw#Y!Sd?xx7a{nI{8w222SV{sy7k|@f6u%?=~i!g$AOIH z8*>qVF@@A8MTO0yhqCUMUEXe%LKzP6*KI|_T*<@5al6l+dv5B=Pwf2QOv?FvrA-Xj zl|O8>j-B}+GY)&==#1|~S9C|f5}smVYs3)F|FeY@c;Qq=@6sLitHgv;s2V>O5~^i$zN|a657WV>v)O}J@xR*1uMda{6TpVZ1cv#rgvB^v zQ@%!OneW@)FAY2AySNqMak>SK+mHcRmKU_KUXhXGA{lwO5Br=OIm`573^f(-;wf#p z#qi&6T-k>-n$pX|GhJK^;u@?QNt?y&4mz74Q z*2{~i@1}*=^i^{drP1F_1=MH&^G?%0FDj~~n9Mu*KS_1_ue?eQyHe7xU6Q3U?{qdH zC!A$7?TJCbDv_&$8nvt(D894|RDvM+- z@?>Fo*rdH5D)4mIQdnYL{efeb#2RXo35&MSI!?RD-w1k+=U5#1WEUf5`8J=O*EbY+ zXRcH2?82ty94c`8e>J>-*u9_R4`G**WF*=W%%e7I19@#o$cK1L-^&HTcXJSqX0=qv zmx#fu=ZFiG%NT}y)r}E`Nr9Lxj=`kpX2!LY7WiWoMs!S~t}qcs1gI)Z7)2AUe7Caq zsQ6&|+}RUV{6*f0D*kf5L=}H6?|pq4*NQ6sTHZsMi!Bp>i@yr71^iLPU(0)ci@#zR zmuA%;jG93ee>wB6%gt@|19$?$)7-)3c?uD_ z2!fyAp8e<|o}5}r6<<~UK50Z*lR+_Zg)x63gEThCCPozttzY%5u0Am427sJfl_$NCyT3uM8Uv`K^^st)ah|tl$bWuN1g$I>;a`FqT96+; zBU}VwK+l5*8(>7V{2p+lQzpK`qcf+&|J(vZ41ccs6PxH1T>Q)JsBOY9j^_2YxG zPY>Ujy=@d~d{b-4a|zNZKpH)KKt227L0veSEjIl}{ZKTZ;Q{4aoX?BRoaJs9n6}uC zALn}>H9VDit0MW(B90K>sO%$&B#y1y&yOVCPi<-DKc+}Ovo$~cINOJ3tMfR7MC!S% z5OoMiKfxEFthZljo-~k@y*=D`((tU|?O`5H@5}dj$#aw<6O23#*w zdqbz6nnT!J?-+u7KLptZDe*kSjlD`Z8#lL;q z|Bd?iFa3S}-Q5BFm!52Ye-GimY{zdy_%BXp695bWz%&Q|dUpIZvKq_T0k?>ke7q)!O%l6RB(}+~B(q6ouTy51GPHZ%mBeDH-!>u?tI1Vaa)J2ZZ?=^>T@S8#+I$4TtT!vOAGvJ<0mS z_R9LT*K&14!->u=Rh95erDXEHtt$eHys5BsWidIdu;9edcN$(89>bja2oDjT;6gv4 zCWq4G! zK5QVfwe(>>=);4g59?_Pd*U=Y(X@%+_N%)La!D<-fZX|_tNhu^_qh3bRNZY89dO;)g$4ev8F>rJY zT-=UT=xS>(Su0%13jQf=MxOwG?lb}>a0oUs-Ts182#sEFuKmeA7dWw>^GC# zpe7krO-aC4xYa!SH3VSX{n6%j;SJ|0vJ|l6i3_<0H6#ULCZHPs}2t@(OnWyG7$=XoQp^C@U)yT&4hm z-;k_b@u{SF4j!-taG07w%oqWg928qh!y~Q=Tnd_WN}E|(VSPGknBxT~_TQ&8j_c@9 zGrBL0m$^Y`ay-8ePli&8WAk#km{Pe+Mbv-*wq;9`7Su(_&RKP;aX!#a&_E-9QfD%m zuNhm?%1T&=j3`s8%}h`M`?b8Czl!YxI+00=BtI$m2fF=f7-o~1k^+1s8!X4u)D@)B zi z7o(#iI|Tn2=^S;$ej740}h_@{_ztLO#nI>L`B69aT;h zb+eUll*3?xZVelGb{BXb&Pzkt5xkm`I`NNH-^qEj3%xq=F+C@q=;Qebk(SmhnEedS>Ti2fNVRe|O<(ZTPW#V-5R2C!-C=Xr8fp&6|?P`~W_S_&!+2pLMmL<_6 zwnUH#pon~h=~iK#og7~y{lt}(g_OvxtfWLxR~&p&5UNm!Xbu;DJ)PzT^`Yt@z71mD zR5>ZhS3Ji=zG2E1O^~LH89sUD43jQr&VWJ_K=_F8M?>m5I`GeAM%GW3MOiVM88iTp zAPY>$Koyb>K`(ch z1m|qZv!F3xA}y9D7R7SjD-F;DL0ja4X|JIA%CJjlDXvC{qx8U!!C(@yXpf+7XAgBBcr&}(rnkUe7SHib{>%((R0C7>De5|^)9od8;e;}z%xrS_Y=5>UX#NII97 z?S7V6OR`S|NX43)(v;lUIm666rwy!U1eu5CKw)1)mHhz??S2_b zR-KYTcC{;m@{l?R1#|7tB2zLv!vQ;kbkmq*XKBuVVATS;y2gObLYdI$He0ZMb!(yy zX@e?!%93qhvO@7H2plMcaXb4W7^4nTs3uda`GQ5?90*uwhpJr6=XkwZ!C6~=8H8vwg8B9IG1epiHa~2d{a7M@Gq33Wy zs8;yn_QddZ`{IN%6Fn(JjTj`*;VlJtOED#m1eOPqz}X|xVvlrgl|LmU3-eOpA*r~c zOJ!(cxDfSarLZDa4YdTd*Vz>)ndOy&36!d@u=B`Qin5ODV8xYrxmc8x6pFLh_9r;X`pZF*Xno-WNK z`C~#dHIko(A7mHBbZInwbml^i?_W)J-r1QPSz%cZxUa0hbLZ3W=Yi>L8cG}}&2XJb z{uM$Jo@4JENF_UubtX9|*SeoN@W9P~EA5ZWj0l{SGLpYFWqmh;MZxdZ8SVgg>&kR8 zm@%Eioay9>RW7$;l`=gI6*wv+^X>NzvBlI(m1lzf0&$-r~d z_-X!#fQ)MnuoTb%wNK8$Si0Gpo_v7O*vSfhz$$cxv%dl*n)x?dFP{l{`2cT!{(+?p_l%ziW&n|6w;wwmASRz;?9HY} zD>wmKQH*)~e;RMNbgF=Ef)%xY#7=9sIKpZzoC~eM^aZ+PsuMVvO996p;FJ}YDXk3a z93#~p5Cy`Pk!CTNrgYKqK$3Yy_&>k&ngin@if8>|}^XZBs*rAj)tG6!`sYvfkY zUkA8>L09BP80j9uQX|6D13>%D7Ky9;D}}DxPv3d`<}R7PTj)XpWu;PoH7x0~f^>-> zFIHx&hM_7PK6eK^H$Pp(%a_CD)B_i0I;Ss8>j$Q%6w#0urNs34F8+SAw3|{>Cs$xg|X)~Otq?(ggC z>361xFxgOG+Gri~f&qwsWAk``M-hy!PWC9556v7N&Sh8n`nnJG^SNwyPlvM7*Wc5f z#p$XBwSroL;9JU-nCx45AUy*80e^0`M52|Go~|B+AGQcg7vx|KY$`{R(^>TGNN`at zl}g2A-mX!Whbep~G#FO0V39WphKQwkAlGqCrgHu8Xd;<6ABSmwy5yaRp2iuiC<(Jt zs@5ygo@Ks8Tgh~EBulbXF6xrO2xBhFyTk=4U6*$1y*d{wp~a3&3oMX zs>EAgH8`KY*kvMr$z%Kuo`-KssKzaO7yf`vXxqA|$5&ndBeViDuwkmn%3?EouyfGv zDexucwauvK6-l$#mB7%EMqHn7{t()$%<~E+i9HW+oWsDu?ePB`SjCl&jzi|39J_T5 z44k##?DjOY3NHyTNgU%RIJP2?v))Wqh5KQmD;2O2&`gnkh3ZsphCOpgz|z?IK}v+S zn3D|4_j_ddSP=|d&i5%XBNyQf*-13*U=gP$%yfolO3bxT3Ms0i13N@y_H+Gmkf7>R z_l%uyGZ9RMJmu;~mQRaw$eLI)o>9mu*E0j(DEgmdk-+#Y_DXopnqPCC#M%I<@V#Q@ zoDOrA_PeHk3><$mI0;{bj$6zal5QYfkit5`buhO_k1Dh03W9Pe=pRBaT-aDg?tBLnV&;Rkm9YDrdLgfCw}zt$x7uDM_k zs3MG9XRc;ARlS){-kbvsV-90?Y~w8Bf<1e+Rf>~~1K*u@Tk}=c|J?8_$Qv;9kF$1x zrU&|eVLB#FX&HT9E*U9qhL!kd6hHX&ixV%3MpX zx8t~Q+sk&$I1OfaxCMPL5o<06$YlX1!X9c%l3#{eQ_2-+N)0A+KCaM!D`qnybjR(Y zQY?dXoziANyt<`Te5Jt*PQp?^*g5(K#ieACj2<14^<5oycU+{*g6Cjn%aCj|s%JNlP#2!y@u`8w9wo9C(bq67-Yu6NmE38_x1 zDs-y6H_PXB6xnjJZ7--CFAJKV)n#CH;BP^jl4npAFo!^U%D_K(4Mqt5&mn2qH|W9g z3R!6n*LYCRRdh&5=%*?QIt&HV>m)FLm$;72ci)}Ig;0Ki_jNqk`JPk9ctuDBtQ6E6 zjyuNsu5P@sWCyTp_iW!+U3+3*q5v%7~x}?qPdX{52E3acteFu6f-F$BNmH)6EG1o zj?21%yRt@VlW-eESrtJEsuJIxQj%P8RjImIV8Z0lWz|i z7EU&>1(q1b#*t-*HNcpW_6Xz*R7S(P_4}RM+!)%qNc8Ys!cN+!0`^C zy|XBmtCn(XUXz$hy`c?*duUjRAdb`s0-0p83A1M;U^5TOz9MZVk~q)2RTX4&%DS;n zSoSgNF}poZkKQJPkKDk7+p-=oV6nLO`VXo@Tx`v4>a ztM~=m9#q--7Ki4I;!`(&%&u2Fi%_cWiRE-av2p# zhuO1#g3XSsV>=7{`p<~?I*Xg~wn<1uSefjq;TFnU>r^4dx>=!biZ`*w=sXbeYUZX) zCpv^9UY(wvEt}*OtYAvuO9*^QG*004dR(E^TT~dQmx|v5Qq$eeXRWhU`CyP(!?Y4lD zYQ%ukV(r=J&$tCN`kk<14)FOU4-4>_19|Lw4yD=xIx!@F-G1Jda0NlMvsPBb%z0_{ zA=$Xo|14%Ks1Jvvs$oy+fkYIU0q!ees}xk=K$Iiwd7)tM0c2}%?%kB$jzg5yOt)&* zE+qM*$kmI&qSIiWHIhZkH@1RyE;{Byp3%L}7aW7LEdK)81 z@94<&cSPp04P-%k0Q9V3d3y}OOC(xGhR5n@&)O5)+$ujV7$Y_1NZ$2)+*iP72hB!m zkEAKxZbW4{#_`HZDu>h3u*tU|q>Nyy!Hq<>fx+c}a~!m8k?m6)mv9=23ptTwn0^#x z1Zp>it`^_Nn9q4RRpBKL_YxWG86)BupevWJj+{(Y;qf&70b;WG-VO!d&4qPMWRp7k zkK7Jpww&iy6sDvZGQwpE92ir!?FWqT@C)u+1G)a-?GB@hm5AK2|}Bb?Y*h&w_{; z1M^O@WnB0gqK?F)f7blR;JmLm60@co*osk&WCfcuu$lpqwO#kFW(3wZIP^H1L&6bz z1~asQ$wNdX@|!JBto1B6!I2ft%22Jp-^$5<4zUHeF|*dd7S4Pct8a^z&?XBTbj(l0 z+GN?>#E+$*6C_YV-FGd~;PZ9|Hc-u&uI;mCQ+c1{15a`z=03Of347jSbC0{Pbwta1 zT{X}#6C;6%KQKJo3Rg23WWA|n^omrFOR`iP(ac$4p85K*`jQT&w-geWlEOF(F0f#K zWWIts&3tdv1S3r@L)R=N*pqyss%TO{om1q8rD8%_s^HP$@Mb=d?6iukDl!-gljz$F z@gihVvh0$2xDksw zdql%+b_NOWoe?@y_-6!3#>;+qEXU=$52TW~m&q)whs9GBi}oFd@AjGR4$J`g2WuY4 z;1^fz{b6B4ryV~JqZwMq=C#{0tPM={#L5`Kk(g%{8o?(8f0O5bK^os@KCYm8 zGlcn+f{MnxQS5lZ6ik?TducOmaB2IRV;z&laAgnLb!8o zZEtVr0-)v2a!prvUr%U+q`RJoVlaGd(ee|U`~7O^T9}fUdEnh^W%zb^r5Yf&P}v9Y!a1I9mgnfJENTC8Of zpuOb^H*4EHPU~>)lgEiq%IHM7o-~t2P>;xY`-u^wo!vfQ-O3#uEUwStG?~kzzsAl? z=Z5@wH@kV(X5~~`wz<*#)Faj-@GkE3?sT_296_1L_G56qLRZXxHyG11iElW(YM0%a zW2JW{(@Dm?0ckVOqq#E2FPhD@EHL2$b)ENcJ->heD!SoKPxsCt$}5G7FX&q7MVQuJWqD?+=1@tS-QqqcDW z4%5)fwmAWIh3HIwEJQ(^Dl-@T(uf#6{7QMOxfryEq5P^)hNe==EF^RuzFWn>Vo!Be zo#BtWsD!D7k%C9#=L;EZes(>>FLZQNxC=!gr3+x;z@#Xp3P56ko0^=#fHB;Ma$%L@ zrbNpOJ2sB#s`uV}V15R7v2iE|1>qquEOCn&{^_29S)1N}(NXa1?3>bOoaX54giI0s zgJyxEi-Im>VSH9`e}0PXSM#?-M@MHT%xy)}hcCm2g{g<2bBi;BW?+wFx!~3*EY4dq zsYx~C*=~p;*LW?~+22+*StU&B#SKu7O;ZGF&DQe8F{O%WVG%z)2h+4$<^&;&F~mZ# zYi@NlMCtN>s;zcKnBP>Gp@t#6D=V|;-ZX6?NC?b!JSGH)Yio}JSo&rGrj_qRxNuM?!vlmvnWq^UZ?d%qP3>_`Q-(v8&F$RX9;zHt)raSI3MY~EmZt6Z2q z#lldzL#~K+q1iI|3yNyw%e6}_)+*H$dNE2VDYz4V&1noB8zWEy-(FKex2OFYKgGIO z^4CU$+5qPOU(A>$ifC2`{>YraGQK!6joC81p3*F@0;oiuC9>Og+2ms!^o9C>o-~`6iZU&(W;W#th_5NFx0 zKo%0t)*$k8QmQ@2@%EYoyUzkcnhRW^#(3R*c%E%|NCocLH>15^np3d?0PQS$2@>5K z=2f_%?%jRo+e&A@#wx{I8~EK)C5+Ye71_|tAAPe9OAPggMe>?7gizb==!6XWI$M~3 zMqm#~3#;25*8I$AQ;adj1`K=n?vRJgeU6*#CeLn3n`yioC|7wFyi+@v8{hDm#1h={ zajzMhE}*LL``X)Fvvk=$QV>Qg>FuN3htGV;C+OOsPlSmjn~UHRq=-v+q4=($_P+A z2*yh~tqt0RX}-ed8Z1m1?CjKltk6rnpl)o1Os3re^y<>Ynb3O zB%TUPJI||H5wGP1agIUqa9%@7D6$PI_NLAYdUbX|Mn@E{NnrHUK0j|hZ|^04UBE5t z?$**J$sYISxXALpSeImS5ZZ0f=20aQcC9?`>D#d0BbOlGKB|B zmC9h}!W0Pyl*h>i3|xSzk!R7v5%z+^_ADwtC%?~Fw7gawJ{c*2>N84&}I3nGVUwH0*rzSH05F}%f=y}2PdEW*lZ zYC*2u?9UeFrnH&B$2@u@FQdG2zIa-)ty}cI*gVU+5Y6N)Uv*ixESNEW`G$j8!rEPD zHZD%Xm6XcL!KsothE>+iW_))_=e!Ug4hdsYs>siy^MYUIUDdM)1ujBwLfMM~JhRAg z{4%61n`z6Kw#@Ju>Y3{3e88$y@t?Bb;4Ks|UMpHAWf@$V1I8dTFb1~ThfoY&7u0HM z9`wcm^iMjg_PF~}VKak&lF$xj2*OXzj}-FI*ae&}GYVmV&W$W1%Z?QDFpd`)+6w4A z3mn(b~Zc;K7ZDy!J9>6dlm=env>Vq@bsVZFI+@oY&iJ;5S z*f8BBF#WXsC2U@#3YF0EDrR}I*^ecRGZMMMWu{S~9yqPS7@jqMUdP#jEG&u4r zZSYPs0VorDRbz@dlF=SO*NKWVY$prduE0#Vtc}AWG@z52&GIU69a^;I@Q0usPC_T5 zEoDAe5T?RMc)N;!BWq;^y_V;3SRot+=Q3K=dOTmY2fWRfvN>baR%c+aYBs=-;jgN0 zRh0t*fKre?1(~$yE<%kR4}c@cIx4 zsR_489UF`XBF$96PIpq7BIi~MR+O2u!pJDJZ$NRlNN;v)>8^p|bDS_w{er~Lqd%Kr zqstG6Mp*NH*Xfe&_Q!QrXJ_h2HeYsDQwK%#9GJ3hHsh?3*&YeAUl_IuifYhhXUxb{ z5e?rIgJ}|fM5{E^Z}v!ASrMK6Qz#^`aS-!JKR1RvI6c*UCyJ z$Il6WMZ03ilQJ;RdBNK2w6Y>|gJ5Ie%7cXfqzXlJ+YgpOlAut6kE-a_&+_PQ3T}>q zLQ<#E?f@p8u(u27!s3)@ZO_-iNHH*08;1D>%{Egk2R733kTB1!E}-vM720+DSVu=S zo#rKUq+5?OC0gwi%IL;Na;uCY=X1;E=XB72_a)PAc9d>*sA{>c%g~<%=Cm%Eu50`w zoHMtlAY57rbzq5GwH2Gjmw>%7tO)(ZC1-PDZm8P1?A-bGZ9q9TGh21z&x5tf7gqTN z^l^gP#BF@e_5eXzbu2XKC}-n94WrZq-V5Qts}isdhRFj@3uWgsxOK-Hfsb~5!5)f# z*h<|)(E0^5vkRW3UC!O*nmjg+vLAR|#g%4jj(;c+raFNP>S!L7Ey6R+W5(SZLduCg zNjdvjy>iNOePaB#xe(!r$}h78JKrWp-qj+iEs)IFon5(AS-36ZMJTa6EF1`Pwbmz& zbYc}{big|m(LsKBH7Kg;s$f>dvd2MxJl3s|9loyG29FuWZurC44J#~OwM{UY&vAS^ z^rhzX1ZYXs1uJmF$Th?Tu-1hvrb>aG3*&$({^a?zMi@JaR#Ri#;3OOJLXqKVRy3jL z?(?#erobLH@i{A+W0FpKclOyg@Uoi5PpESdoVK6`M@#P71r zi_ZSnqLsk5XwD1aQysQ6=j^Uj2Hn*YXf)0QVezb*)cArJ7l4YJWD!(1YC+J;&;iw-vufbhG0T3Xh_b#F9 zfuYotn0|O>>VfI5>FjWx0nHiH+O#rVnmNEt`R}K@Mut-(`5|~VH@t$#Q!Z8GDGO1@ zp4cGHs|6=4g<=V}xBKvamvL9@Dh6je^V5*GeKTdndZh+{N2&K}8a-nUKBra0q%~#0 zH1tK-_Yv%7fZB7q4V@4|GOws0%5l>ahG&_87mkJHi-#XEhh1<3H>fmF<5L=j-sb&} zz{hQ1=CHQ#GZ=$s_TU<)F0jp);nDnF#Acb@4SKeyx|_3{Nn-$iE*gi6)pDMd4F)O; z_N)Ojc*C5*yMsL?BVsT^8F#&zoasMTgun;T3+64!Y!_$`R*36J%MEEGUa+MYV zo#oG&2yWB*fz;4{)b#o3SIl${b5jot&m35}$phjxm~wFK!x@;DnR@Yct7A}~4WZGp zcs0<`rq3h`v*_fodF|qwL1NF4;~N{9GMzkZH^NN*oH-3=Ajj?K`R?ejw>zT|XJkyA z`w<3G!C4*6{}QfGGbk%3>GZHs>1dmYRnVtgGINE zTv?b1hM?n$fVry`i-TE>%zFl|05-L!0MFSJBhCww{{?gSrxW0m0^x*a$#gPAh>fU@ij^j!b zpTGSSKn@$uWMyHYWKVa2={gieNwl>RlqDG~>m;iZKuU#5I4g^bP&h}nN$(w>m zkPV)Hd`8ib6H?$l!{P%B$8yQ#39CJ~8CY6^1P?~1p%|iofR_F0r|eq{bM0*>MipEX zf)(lI(oua(Ez;}6Yb9(-KxNn3RJ3d0w$(n44)N7Y_Y8zKlVwd)K(Jbhm@w^97dGaR z8gM#GxE@CtfOD&+!2p!&XhC^NxX@-mbCy&;}P(Cs6I!Wz$6ER;1Q*T}?OOFl%X$J(HSO{WN>E z@@EWrJ}6smsKi+P1#4MvM`*;fv}My^l{XFQ)F#wqe^Bx%CEUNwb~)T=w-47ytO@m$}F>xdTaUo`>Onx%fT9|_a>(BgurK1)Rrvy)MgryQ^>OZNN2?lhbL5)%tFZd-g zGVnC#_iV60Cp7yk)>v52cg9mTq0BXxPvu^G*3*+E87u=2M)2-n58gD{jEBS)#5z31 zd@mV9%yfk@0!y?^+H4~l>2E{jAK^DxyQ<0W`!DfV&n#$Y`c7|8D?%Gms5})g}Q#H5e=GI`)$yldDosonFF+z94%mn8d_!Jhy z#2UGI1SMZptgDv;Tn2$?SxZ=^!%njxK~xBbNC zBFY&-Ge*-z^3%oRliKWNL$+9qUWl`DAQzo2&%MK&YqAdaWyiN@ zkn6}QbG#`}k97Q1hdxXC=OB*;nJi@h`Y=cbtjJ(8>C;VOu1$1Rl@aTv1tpl-{&-&s4O zx#VMl%p4cuJ9BubC4=0dF8Cwr8qVy$bi!uVzv($ zv9%`m$%vJ_-g3sVl^!(YqhR7vZa(ii!?uq0qA{0a6D<7&4H~5;rKNq?s2)uQ`8fb3@(un{(r2q z910-`7;e^2nR@hkHeHE>bcd?`P&4Y#cN&jNKY7T0vdAg09s9b=a6=pkXPV&w_CC)a zGWF;LHMF@(SHNN_@m{NbLoI$pjnNx0tei~8QgZR&##$O;;n1h&H=?S47ssF)5HSlN z-coEAsG15hYSksN=9~-js{6U6fs2>(8?Kg)mJ4lH%4kJ?vpFa&UOp;feXO~}`e9k& zY?P=?j#2VeYO}8VSvtO%eUvF6Z=|qI;{B$>dre2qMn+?t$gZc40$H=^ofJI?iZQtx z;iW}a^%3v|NL3MuZ+vopAR*kxr^3N{G(Lr%i)iN`3qH%3ZQGweb<$%Rd}v{L8hI(5 zj*qjHJpsy!xtu>ArnEKEqZf=X5Bzw_Npz%YQ__qniCsnM#4;R)>k)7iKv5W{XGH|f zCv?gJ$V!3M*ko0mXT2Tnmd6TnC*K1fp`<4i8h!~4`q5{eQvQa2PbOgx2zQTwwAH2+ zAm~RtT~}A)^U6(K+~>z+q$6)tF+rUIMJzWNiesDR zMKDN0vufQGU_$^!sNqiN#5xc;`w&VV9Qo-4d5AM425xl-?H^~lti9L^K}`9BO$ntM za+JG1OWa+0onl6nsqXHlu2jAI3V@Kc5`@(*dRO?6mIdNTC& zE6bT8CcdR__$jY7Y771fWF*Os|1uGt=H{@u;J+3uG{s!Nv!zeZ7e(RoS@QhWmN7Ii z$zCj2{b+l#mwkuww%~JK^Pd;%giqHkud)Zv-<9rX8qp`z(zrm9KxE*<$v5x9Q=c{&ZB{-Gs9skp8ie@=wwo6|GSxX7+1qdbgh4<}r zzA{73AbDMj*GDPK3s_<9Azt<{$|@pbrQsEI61PC(Cs#z6UcCAuZ9ug1FBhY#%A3?H z1`mzPF~qHLm)Xu97lndbrIrKqr|>{(K&Q@bm-dK%X#(&(`|)^+G}a^;w2iI>HEfCM zWhl3lr=P1liHXd-s*I_inkx@>VQKTp$lOB22p7>}BxEqMEOUMlbqUa3F9wt#F#xTs zAg?UN<$=w%3Pgi*oaqXS}akt|8x(s@H(6m$Bpb2hMc#C7qMmT&l%)$qs^Lg8e z%$Mtb0|$O4!7s7v!sGsP>i3h%kYQV_7!IG=8J}6z*B!*6`&6*7daU`Gj!kJkQ)9%C zk9x&79@YVY)1&4zZ5*9X`A+lDoKtrFFHb2BPF%3vgQ+tg>jr_7r6b+}iLehiXfuSh z*!Un-bwI}PHWmmgKvp*5hU2swaZ7nn$6ot?lPk|WE%pe&@rkXY;?8r{bQO;#ebURV z#a3+Pc4g3v3$}Xc!W8x;>u$&I6~8I0x98?%J?c8BCGu$b6L0%D#W^YP#g`At^`&yI zFHg<(r9!sMj9BXYVj<8#E2Aa_;xF1=IAP7rC6*a#amI+1Smzv;OlGE-TNANWlGBe7W&e!0LUIV} z<(GIal#8_yHDh&A5vC|g$Y)xMhnCqTq9@>q9FptGn&-d=7GX8^LT1quIaB=wmV(af z_M6X?o-W_FG7t$uiz;SA)q|b9LCfoZ=VMWKUM)#YDX|UkcC?;cO{&k0qES@8or(j7 z&OCsLlCyRJXk7defFNHo8;%c?K!AxAw}FAzMk;Fs*p@ZaQ7sd=!1Gh=2DC(@YNasU zRQbzVqsghH@H~tcM2N<(2|UlsoD4_5pE1*WyJ~oB{G2koS*P;d9G*Hw45Kewnn5`1Ug=ZuPf1}~6JD!9?3r9+SoDr2AC^Lc} z3DDc@w82014xgDHduMtLx>=1*bod3`j=cpHRIePy_p>@$vKNd!7%anLnNM|p(>ZJf zK@L`()5#Xyo`Qo2{XUXpS+YqNPeyB*(?Lkx%Bj8>F4xl38soTfU{&xT2~Jwc=2kL{ zdTjESGUIhBNfd;R`ysM_RbWgy6E~5Vn#FXgOT+pgzs>+EJ?!66Ai>p!*~LDGspDYp zW95HRcse&1M|}D-UsE-i5IHJ^<5?%up+QivT;hTwi!?>kDl+H{9p*==YlE}fy`i=h zR{xIzOrSn1wiwmbrCnCB*x8R*nN=A*OL_`dK`g3!Q5j87|#EjPz zC%&)Uxw$SCgM{ApXdyU4Mfb;JJfi{{qw#pjS|BUZXI$HEqwo3dQZw-m)4wj@(Yysp zKTnL%QDED-VE`}pg&dA1gON%?)Aqr6RlIF^Yv@jpd`pOY*EScqvUYCibgLY6s%?o zyGPfSyTH7_d9vG4Q%O5M+Y`vo+OC;9XiFb3AVN=4YZ8se%naczJg|$I1RQFO=Vw}; zpJBw7N0P5Q3W!P8TBH!?nba#SreP2p#}c1D7%^%GU{Q#F?LC|HE*4^sgeCVjB55=k zWx6C*{rzNG+|mT-#;OBG90u7r3w;QE!$k)p*iN=2&8*c)^28U0+3G71cVVz-RLoF_ zMhG7=j6}Cn>O#DkW==fZNY2-+!M@txm_yx&dvywSl?K|}WPQC~xA!>+Qy+!4{FPD7tHT7Wa$Jq=Ni#Q)mjUmBS2;e!lRL}kjCc2X+%p>oorS*nt!pQ!ofW!3!F>LTz*9j9Xv?{jw0Vk1tO9-*)r z0&iL@bB6LE!t_A#J=-;*lynXV3s)3)iql`)SinXso*xt=(w0!(ESMStrXsWvAS%AI z-cQbkedrV&cB7U(CM&=5yq)!Ep8Gh!#Tv1HRJhRN%GaUHpLI6U2zx$X@NLh`F4{5Z z0bQHV)U4x)r6PT8(y+x_{V4dTzWS()w2txB5rVY|dNiK<@9i_^8_Ns%=w6rxNhMpe z-v!{=RN^CWL_O-ejlA!AN9liY^I*uT9yY&44ntGc5z(Pm57CyNSeQ;pr2jj(;<)7ETraU0o{_z?xnq)Y-;3*j3q z>^U~*(ia#96CrbJwWlCBQpSSH%`X#wn7PCTU&`v{eh?#PVru{)Sm&)Zqhn#%|rDbAqW3bs^J#8vTFOaoEb_Ma5&Z4DWK!8=&7Y&d)rPMmD zy0vPcpu%G>4o*a7PR-`ARE+a~DM$gIQ(~X8sXM6>Ta&Cogy@I$R)#y?{5lknA^$K0 z9^bF<4-p@Ppr}e!fb^M(k&sAvV(P3x0l(}RdXa}GX}gO2(>?6Q?eFny+XNVg>A?m^ zZ%M1FAod(qn+03p@Cgu*7xD0P8n3TMsdBK2#Who-eR!@ek&y|)J|z%;rxb_}*Fg`& zL!PCG(20iYp|sWXe_CTe^inQDjzy22=$iSe9*|~2Dm^Gx9Pl9R!si?y96DSix3Diz zqm!GPQ7=Zg8@phsRsiIaLQS%+Pl=i@1)fTgkgnjb7B7)tJF;{R#(vO2%{00E3oYnu?1I zNsSu?uIw(hN*Eh_QMUx(r(Up*&=02-HxL2hN-&0&I>frTL)ynBD+P2juaRy%AHfOM zg7Ql2@k*pE*Nxk2h4t84n?Flq!7A19xaUv(wj1QS6oyUf`3dz3=dmu@#?(-ifsZk3 z$q4#->|3#KgI=_McqU9i#L#+FKc`w73dLvMVFiQlZV@ZP?3$}C;eBCRcRU#l0I<7; zRXN(4o12C2qqgHrz7AzVG`9rN$!-K8dTuD5CH>b!2uj6wpj4=z$+wMcn z$ETJDnY5HcY2IcZXxUJc;0A7b@YLmaAPCILLAgp{kItN#_nd~FL3Bq9*!-`s zk`d2IliHC&W@Jh_nD(07)-x_zPRmLWIY5*(Zz8XMlxnTT7r?dAM7Q_`N0&Ap*KI4S zBY{`r+19O0S@RYWWw68mXc!UGvb3C4G~SGQGK874d80z8j`Eq#VIM@#Me~E0kw;Y* z(0o|{RY0o0;<;o!v)toHeEih)Q-o+}C-D1%zoI}FV%Ra@NQCG`z`)4)j1}TPwxDtI zwntD>K(ebUe-_VEMK}FHo)3_Rb#bc$E5kYtCeL{^pPH4Tre!j3Kd}?&Gn>7(sMDla z8nz(usSAnBQ6Biot-=s?sKTixW<4vGRWgD}xoU~0_IK6XAxE{q*?>w-qaiVd0n6P- zRd#VyWq3Vvu%yvThM68dhLN=H3&ZK_lGu_<`nO(Df9e;|t+OJrV2pSPCc-mqZmw_J z!5|nL9art>2unbHkq8XR78S6T3@g(Q`UM|!W?2;gmz}N7)$mU=c`+J&6Uy9ED6|5N zK~!HN8H`x4W%%20HO2@s$f==+Iw)=knCP^?MzAlZD~Kw}ILGaK3V}&ISD|YAW>=$K zfTN2he_7~_b~GR|qU}h_cBO3J$*?fCCyO$Y!UBi~kP6y?O6%Sg^pgjEUVTI4t!&pit$pgu zd!HtqPvcBq%ZW=OLcpK29&2RPmf7;{PCBrEIPWT1QNH$p6j7DGz*fb8k+sxozuM#IsyYryo*%&INP?AkbHvSrD6Ysb zl>McnpgJ{{r_F=o5uEvE)oW7<$Ehl@B}D3qT*(J1xZ19RimtFfQg&T0eUM5Vf6&YK ztIZTypD5ugwKeb~+hITZRCE!0%~{?S7}Ttb<=!_N)CL^)dZ&{SL(1bxmiEdte9=QLVe1-Z-V=jP68Txi*p+6JOXbwoSAB&uZk!hCQ0Hk>czwKSIj=a~L| zsP!=Yd!)74QXk4}(1KM=lpKvqBIb!YB_25b+5RY1w+Zc#J0-{C@+l4{g^7R2VEssck+R{QJ?5n zmUde%TxyO8*p?88F4x_=mQ{~h*KlB ztJUWC>Ko`Eb}9zLh46RUfA~*T=v6a_@_ffn22~N>wB-I0K3H3u<`c$d>{U{aC#GvO zD^ln$K-QJy4WiLX^Ye8(@1ce>?=-AeEvxfVb13soFA80))f=kVJ29k1ktd{{$^}vr zLjTl3XtH1c=FA31A~(F|Xdf`V)@nv(b7UHvP%wg1^=t+A0qXC}e=?wY8ukdHQ63*< zL$dMFemr<}A@(1oSIX80$gSSu$_IG}570yGcnsaK%`vir8=#;Qr05sg=_cR!;0owIFu3xrW^Y?)exHS1b=`b{nA}h$mvIy4=y4PnC0H7NA|8mK1Bz_f7>GO>nb;x5 zd~`&|jV?|6Emn%Gh$Wsof*Uy8yN5W5h@njApTi529n?Dtfqb>wp#kY~>txdOgK$+l zlQoyh4V2o2{u2@GwqeUURFw&lm9|tF*_JA^#u;W*wCh3*&4$~)Yl#a|&`{X#PIw+C>zX(0`eD#oJ{wcy84+V#EGS(KO? z0vW%}S0WDj0GYHAq*(@Vry{-CnLvDSf^J&~jqpbH69^3@Hc%>|?v@i+1Jh)mwPD(s z9e@=sFUNE2{z*HQ9oiRR3uCdSz8G;5Ymf_R3---_saG&7HeQ^zF;=Zyia~@c>_8!Q zrdi-6(@b<4J-(stVoV5#^(T#Y4w0{~_{K|wsn!PW%5n26Omj(AoHd>AB% zdWb2SYP&{1kG4TGel#uM#@w8iD-9LfJmhV~QZ`;DsXZ9`k zN5)`($ezfSlku3F;j>+y-N2;WFxpzUWg$a(vto;Po30t&#iOc|ta)MR4@}PdS)yr0 zV#Cpu%*3k%gSHe|Wz7;#?OcmNEU=l~Y=klJ6j1tL^`+eDn;+@zEe8P5PvC^wE-^sh zKwCwP9~)_Djo-3efa0`v2CL6mAONm?tC_KXDy!V%FgtaN;gsRSEO*cY6M8jap;ek1 z2iP+10L(e?x!BJuqk9gR?N#{2C8hf)ucy+pzbiiid;|-tEHlW0M{Gq?x#NpbW6cro z*{F0XDKziHSMhVEKMMwxQcpTpe5mSZZmd|;Qq8l!D?ieFMP9GvY@T+sD9s*Wc`~CW zsM#>asHljVKX5&{WP1xJJ*X5c_E|JcYgz3<{J*}qLhKn7T|t*hR{dr|G}*!D4J9ct|~U|6Tv1jwUv8FuyLXb|&8o&^cxisa7UvLL|XtHjm5c;U;d6iP0rS>!FXUr2H7?C-a1BnSZBy zCvbG{6N%MD_2)&q#Pe$5ArB3*&(R}Kq4in9ugu#2C3bK!q8*G;mLBUTA&1M^srYPH zok`i{it?|2vD`Nf+`1_M7Fp-gj`!oOz)^uKFn^qw7DY$R`cL49$)Ff~Hs_%z=EEja zb>HSFHW&SEO1Z)_>QvN^rvS{uODqNawoON-q)Svf9l>-;vH@5DDex&XMW&<$_AJkA zsq3^F#(9>f(???(fME>HWLX6)+K-|ZFk}f|W%!h6oLJ84s}#r=)22f70SSl0*vEYkuVQHn7j#gRmc7O#{vuHEOEFL<_Q~e~>J5^;=)(ygghj0qnafJrF z4786IqO-5Y0Qz_;dCdVTqto$UtLZ@Q4QYh`d=VDm#mEY+g^t43He7|p5j&MwENL41$-VqJI(gKupYO&|ijsYa{cx1Y@YS!@Fsu&?VW^ z4tN1$o)N_2G`p)&*zx8Y-h%%)UN@Ty{!7$CGtd^1Iu{S)vvEJBla;d(_j=L5@ik#r zXazg|bM!H7PsAjyY=vDAY6L@HqXqo}k4(#XcyZCOI`ET4W+KpF8#yv?+GeUoyML`q z=a$tYou*5S#iHjmi1~X+!F718ET@Q{s&mo{9EteLc#TUfz>NR}by0!eKIN~|7C1}8kQNv)K3>t$77&xA`tZ6Btbhu0t5j>5fgCEw{b#5*mkALY^-Cp2& z;vCP^o2EZ!2Qy&$!rJx07CZ5vA5X#Lk!Es~0T5QUbvYGvv!R;{Y~46`;Qj)Rji{{I zF_aNg*x#&BCyZf3FHjgu5A_#=o*i`qkj?`K@UUB4BF0;(;Bcfr2!9WZHI$+lMSR!5(VT7wk{Ww zr2c3#zg>&_{by7)aNCbAJf0@!_4Ud|8V_FOyPS5ySUHV*$7pxb*T*^6;@ycsulQgE z5I_3SDJeu&FSa&9v6v#dnw;mW*G_UULw{T)$)=bGt1S^u zmAr%2Sayhs#zQ52%-@#o6*ppmM$wXdk^3J8Gnlj;X)7IO zV8GOf>a9N?R(l-Xg9p+pjG8@IiyW}dR9~Mq7zbX7kAz<4GA~VyLQ75QS zC|^Oi>OiZXR$WwuT+?`P^^~1oJ%SOZ8Jj1e6kM$~@2w+@-V3;TsQ_%LhR39VNctdL zZrPZVfHt(k8Gi^nSAoftxsCZ3Pir%`UeCAPL1>xFkEE*tqayGll=K3Ouqfv%+mTuOF^7tgIfHHrm z)q{FQSb~V)P~_(9L4Nx5Yqm4RX;`h0oh{ETpDndh0)MBxCeMTI{F~O|PR*P+IFlVu zZR(b}rO0_4$Je4Ax>N!m#avqDFh6fCk+_l2A`z`>z2ca-d;vG8#!`eeta7@Y0R#~p z*D_-8p$r;O&I2rZ+S7jnaxhCJ-)k zOYKU!x@M|GislNGmeQ%)-?`hVKsv(Ei)c4@R><*akjf53d(UcQ}MAUt@YV~DD zt5eG#9*+D)f2sbRvI~%0wK|si*VVn+%zNKEoHg>hVt&Ic+ES`G`%!KvCoZNse;vad zZhz*q!rB9aGBT}G&3lPGv*Yne!J3%%DZ+Q{OoDCW7FODiHEOtq#bK5e6}8m&+5{hu zS0foGjo_ma%SNEywTnp+KS3=y=>mBU!!X`Garm3%7!)ALWiLXaITyGiP41N^h*(iu z@mY(M9aL|~!1%RSt~>MZ=Uaw=6dJ(q8h;TlH{R$JZ*ZE{cwq?TF>iX?<@S{-jWxy( z3N~wXmC_C@OhmSE-U+8!pbgJsSE|07|5#I)iG;@HFke1<(pxxUc@aANt%IW0E(Dcx zs&57ZLPefRw77{GC9;_LNhWYw0-8AnoaGoGmWUM*(z_gD`H%&dg;?&}><`Fx-hU_N zMOKIKRVe_ehuJZGNPR2?wBMBH?lALOg-At1RbO^wI2ZOkxy|A(LgnS>^ih_x15;yK zX>)YMg35y2BQ4LSpA~VgVUV^h%yTOeRcI!nyycX3?X(dbX(EV=-j5s5Kt?cB>jd;P zmxj>{ur#x7Jg?5T#C?jU51VIRkAJR?N>Q+~bl0-^4BH$0`Lm8hGNG-lOWc+H$~o*H zNMQh^*;wz#$zY#g6c@@?WZNTb`P<6)|CX_Omu#moOH1K%|ZEE+u z2B+Xvv4i7tQ5_lTv&GV~v6~69j82|#+|O)zUSCK#2Ds5TdqNXonu4XKn}03j4_SC8 z)$U9849nJq`Z2qVmU@j+G@)s%5unctG z@4yKHrnkY+z>SL=dIGTZtzjWjHjXY^ne~hglH1Av@dOhP2seb3v?|QV4jeMItDZU+ z$I%dGx$5CFvfs6c;n$tnGJoBzyRVg*p7f=c0GX*E1#w>+HbAjp)aX98Rq>jU%lSeJ zSYx4HNCQmYo6%B{8ld%pJ7A4-8d&Y9T^imN^Qxik{=O`>w6lxEZx5K?HbbAu&@bio z!fp4#2iA`|p4S@MAwl(Hz3uy5pfg~QxfZiE-KN!~oM0d_O=?1n$bV45i_`@jAE20n zj$h=!6A|?wvZqQAAh;#tphbE(8E}5R ziUz$-JQzjG>%bT2ffk*co5L#{-nDQc^#F0|j)Iz)YJVP|Mv6~+UT(X;R*r-Q>H54j zDGF9M%(b6izGz*))bZ7*_qlEw5}%_6|?)*l43>z=<(n^8Wf z)jl=Ta-GIk2GX|y+%)Z>`dQQ8$HMTW?lisE+kaRftwnmVMT|4DJBP+#^^BARWu4vE zAiB~|)Nimz2eM91Wy{gD+QpNDrp%GoD!yQrFH)w`|?tEJYk8n5~>w~JhKYg_NT zEjkU%(vdVn2x$&rv;K$^)9@~%WKvF^r*yAkz@f`7&3=xDMWu^KFb%opEDWeYbJO)^&L>eY@{ z(0MB^(ic9_7Y?$Z`L+ne+5iEV)$g>B;7Sfn!&VbHD6Ti1msPE)S04eBxF;nttEH11 z_Nji4Cg%q&N~HK)pC3NI#gDlD>d|S5X@tkBnVt`NdvcH)8c7~I{QQ|wX1(B?Q%;8N==yuJYrU z<#EXuC>>9hyyby8lPIA#%|Mp@Dmk!q#4gZMT@THRXqkDKGG13fA{{I}WWBaqHeeW( z3~LPna{VC-BnrvIy56_8`GBTFa(}+{@x?_NrD4`OLKjBB|M23X+G=S55HoD@O8s1i zkTTc62=6(20ZnoqO3}9{eB{>&0t%9JOoQdDQvKs%@S{@=#PKt&G5l8OgnnG}PQYrM z`-G(uEggIP3j$)`=ong#jt=$AAYg+dO2IIc5*J6H?TM9)GX;zj^?dh$T7P=-b>L)9 zUYG>8q8$0+(>g(rm&OW}t<3MSx)X@%h>H9KJ8Ul(*dshYP#eF(pH5YG`#CDh2Z#@v ze>5#TZ>3&EOMv{ii;WxhbBUPE(a#b5coiJ~pb+QDz)=vV4w0x<@w+O%M*#r=#+re2 zgi=cB74PP^i0O-f}a)ogag^fx#d}Go8YCi`)SLw%=6l5 z%Pqw(qlPp9o-vS2)=ee~y@#{V@r#jxI{))xMIeSySHf$n81l^D>gKlu@PE5(_ap|t z_OztZWwJ`hSvK9(Gg~e0NX^(h_C`%SHx*`Cr40sxv^8b&l{IJVgMVmbd=LOtg2yYL zf*@W^flpn<8j@XPtD=UrcOPb{0YOq2$pN5?3T+yQl+vIGR%ea`b5(U-ICH+SKu7Ot z1H+(~DI-8LY|H%U09VS=)HUWjJjdzdq~r6y5+H{sOsH~cCp=Ts`xrh&%9nIQ>1%mx z$3of08k=LRprR32aDQDT499qbM^>md%bm-O><9xLPkCg{IF^?5qV4`wT-3_o#E$#d z4~LB5?pS8kn|2OGg+}DHqgI`xcd=r{K#^Motmax`D*FF}iD?n?`98$d@`+rP>>rCS zuud!Ll!AodN-TZ~_;x6@Tpm60?XgrA?_stirQm zoLz6hQX+cr8DryM3*Mk@+^lHa7QNO+rr{wqlnph1z50-$_R?srz1V6lfnKTJX>B{i zS~|o6XPf=U=*m~~vn9Xy*ul^hmdmJO=i}Ok&1oDeUxoz${xdQWcJ4+$_lWVLY)iVy(jBS=IZ6fdHaJ$;_$_VScA;dG47kTwFjTaK|7hXLi2O4RdV z4gG~(Zvitzc`E*&=sYXy`}E&zg%THzlb{Q_{s2AsztZD!+gv(Y*Y#c+qy{O?Jof(+ z;~?kl(tkL_n$a*G9dHY?Ts@NUxVUS^##5*wnjk6>wlfhmnt2^7!Gt|l^lX#g=xt%@|;6j*LSDLud>O!kP`GR6qQLEf}T zMZYooTFmDB(ktT5f@x&tBGB?pxH#wKm(51-@_);Yudzyp1sSIu)?1~S*pY&OeyR(mSUE@^i1 z0&$6F(uMWnQI&ZAymp3hK_oi^@?&J(r3H=nkDFME^^;00Su6Nc(4@-AD5IVn6lR&8 zhksNl*Q0@_`5M4VT4`ePY2VHocu_W3XK+g~`^f5`$dr%|<41k&KsUzcGb+!rd{(iA z%8%;-_Sn8gFJb!z7`V)GpPbt^x;@zFsXIYfFcTP-WM# z-hix<$^ao&)4mHCD00j0EFEO8!1(IgL4U%?s0Da+if&@osMuSR;2*oLD*bHZlRbJ=nT2h&Qyuqayeg#V=Sz{PE|_49aeE#F=tl|b6IQ$pdqApVI`hR z7Wp7hERk_@rjn5gUbC9mZ6_Jfl7CU*OFcetD6sl~UTNHVTCvBOE}vDWclCmQ#v0BZ z;P$Z3K3}XzUATv3voaOdq`zGaa8u(Una3{-R;d?GAb9sV9idLaK`Z>|R^)G3?+iFO zC&^pi?LnVxsj1Y5Pd)A>ZnS zz>1_v&-18ift9HJAtNY?$Vdm_Q7R8#hlLTueTnsg?b$#Bu11|!ff)E~OHvK6r(!}% zv_#eWCK8^y&%x0Y=>kdvC4bk^oap8P1EvZvbhi*z5>Zg~I1d{=?2Ji}Sd`IQPL@kg zwsgF3#E)DK*!$?Opv2LJ(>l(Wh6)-S=pbDi97v&qw>Hv~E9#fTx zHAJ{dH4Uh;Kx>m`xcKE+nTK9AYn*B`Z3GZ^vnE{Zc}TLUEDj_+{mZ&=Q}S`O4r)b( zx~?H3b(+Y4Llx_$UO?`b8|7M5gy`RMoeEZD=2g&q>nQsD^g_kF zQBiRQ^h|h@Cn|Buiw46u1Tes}F_^06IbfH8a{(fMbrE0exJN}2!q0kzTQ=1&R((*F zV!2di;sC+V7h#*1r}YurchPGsF?OniS%36J*;45lFrE_!4`*I68Hk?(bQH=_dX<AqY2v+LH=QN8-9y0c4VG+N)aGa=NOqTsuKDKrF6* z=TDskavPoNIHF|3325l5Z-nm|;0QY)!T=H`hgz-3cItWt!5)mApC9o}Pg;&YGRW*v>RMOHtW-j2 zhsPKi_M@5%_`?!Tv`{3az!w2mq?VO`V|h{8d}Ji@z#UK9eAW{<%)Ej}Il2pdti(R? zkoa1~Zzvzt}k2lg$=26=4s>il8K18hC9H zEDdS|OWSBjE0f_@0aA@P<<-o0&ZK7sh|lS@YLX7>lM3Xprq8bsG5MP#i$sBcK1Wyo zef}`fr6=jiU2V^GyqAO3&(3uYFZfR|&6z*krlZ%)nXGfzUHvR_>>MVNw7%&-qiE9O zCr*!_IC1PzoGqWlvoi~478d+d8Ju38;(t$Ofpd7l(N3t&VLHdWP-9dR+E~7i!5&r5 zu42Dew*(f~!8#RrFBg4;3SzE*f_B&_EK2qTPJ_{Oh*xRDQ`f+)5CuEz_->*-*+li7 zI}g#0S$d}>ExAtnk&J^3CBUFYJ%{L^QIJuAPi1-Q`+6TVK$?JV6oX8r8QH3eX&NHg9*0jov>+7cwDQOACUmZmFhLy1F-^dqaV!$L4Tl#8T@_^+`cjU=2OM>pugrZd zTxgy@f4)gwx!I&D%f8lIoEd880yC6lmgr-y#=(r-iSD%~X%k@K(;!(pe;*(lTZAP+b6c-Hw@5qbXJ?S({c3FP!39 z!TGp#2r_Q_DF;=-gFJ2#(a=*6)6&D!X*i%(rx_kTr5=`wt&>eDx~eVyvmoQuiDk@^ zK02+@ncv^=*O{uF%a`?NOSwW^grHBFJszL)H}hM{{-Onc>v2&rOSD0{7XjxZ!p92* z*Z}`5-5wA7eIUcZ7i7?lW;W>{lEORfJY_!2!fZ4=&H?Tjk_Z5QLS`Ka{z^Q7e>&KP z5yQom45x1nwth;@izn!LT`+Hs!=_;~w}IWHgg#mDL?%A2TOM2pDsdz@{}}G^NtT+xHRrXPsN)OL3FB6e1m=4HdVSH(mCX#TR%YT5WnG_ z)}DOP>S;A2Dt;o7cOI5YtN53X83mLgnmK2&UTVyLYiRq_DZ6uX-FZ&P5RX7d(+>Tp z%>{$vaN6_F%@Yv_T$jG*%kfz4As*~O4e$1B=3Df?;VdjT_?G2s+5BddZ6w5sq{xqGemAW5XhxT7`jVG??!wh_oE0hcNrkhf#it zxPJ5wT7DJ2XZ9I&Fp;E)8OPmhX36JRw_5mrs6C}$7!gwuUEvZWfS^%f+?Qow)rjgu z`N<;zQau_D^S-Kv!Y;3A+Z*2+1*=-QWG5&N7m8YI1nvpd0c&2H4zn$%?RX6}aLTAs zr57nRlu2}S!^gpzsoj%QyF*LB?XAzyd6~}p$Fq5es2Yt%q8I6!T*hmf7i1U-n>k#6 zT_aZX^n96ey3Wb9rcTpbi4jWCuYAdZV&W_h%H-)}5CO)iyW!-iVP}w!az6A*pk5l} z%)a&NOHvs$PqQU=Ap_5^``{RJi;hiai1$Zz6d$=-eA8)9ebc}pfvaslZets3oXi@| z^33Og#ref02V$jGo{c~kQTt_U^J=Pp8RxG#GBHyP2^_RS9KQykvY&}I@}hs*KSu;{ z!{~ocEBelvj1V1z?i~LtM~pp}Lv~PavA;EOAS0He;t9ieoD&%#^ka{J`%*N9S&7s0 zIU5oz!Et)CL^?PE(kj)eQ=m%J9pL|gXMT=7k?6R=3e0K9R=ORIN(@%PeCY{)Mc;r2 zW0x|ZLs97WElDZws@X=GoS%u7`)+dy{HEAY@tyN@GGmxb`yk(+sw)n%yzJ;hi;Ls&LyHeXZN)wb!|As6 zDm0KjfDn5afr2dQ?6~J>od6_fHfCFYvfM602hX$# zglr#HZREtHQg&=lu^pi0-q*|k?0nZAFSYA%=XQz7mY}H2?|ii zSC6!|`osva&dxe=uBynHHP4yfogK~1rBIooijVPmOiokQ1Gu1@Ca_&W;#6gVgRf;%ZWo2Puo^RgAXz?BpRLtAwabS35qp2 zxX+1>5{eG_j8;&<`25ofp>iO~BSQ$G%FG%u+?eUqlq^9X?Ck7+6!TH!+40f!t!xLA zc}UYa_WZc*mUexj_^0a@^^>%tn~h#zRVv$jFrw{x%J z-lM=DwHfO~2O?-G8YfS)OQEYw#Q3NU9E{nfiz>w=AQb`hIb-w!)^rZ~R2 z=lQrU1irBC#ckR6)G)R9?u674`yiE^w2<9dMh~(I=`aL}TiQX7s~y_xqRpme*jay9 z$F3)AN2d?lr}yvOMl^!MF`pnLZ*M zWktvI*xOz~w7jX<8Jjxj9BrNhzykQ05#)%NCWj1T`BWsr%-Gj7sgEIT`XPUTCmw|Ufe*EqnJGs!d2>IMYo_rL|dJ+pVjO67(P+i z<4cHNB`=Ujzo=p5X&!pr#5WaldnN2aN1PlKkm3e^*7P3S&kezR?-tC%y@UM@jF&-X zv4=nx(B|sdyc!{w-A7f;CE5VqRD5Mb30=@w9$072x?OOKp$c>Uqd~ERlK-I$AWTzf zTX3DTN$;Xl4T_yR;g|@iTKP$%g5if%j{&AsF0fm}Xw*xF8gQywh1pU<4$P$jh}OTV z%Vd^+=8qL@5PYoMO5B$Nf=6&M1+CJBjnrl?S!k7q=Q%$A;!{sPk!4%z>}ZGIm0)aH zu)WB*3QI?hJVX}{@A$7}Wz`iGLbKx{O_g*Q%+9_>$1vwSb?NamqJGNaus?*6?rWKU zkv|M53nWvOHK(S0gp}C^kUoiNlAOn5WIP*x7o>BVu_?s)E|^8cs(LtdaHv-|7CB+e zQoC4Ak+`F^&bs87Ced(sK1q8(VWF>uvCZ*5?T0CYdFBu3cG*g(PezOtRg(SIJ#+I< zP`K4p8unG^#ikmmsMqAMz8yvut$7|e#i51itd~~h1Y$wq5!YX{qO6&dFrOO+ROLZ` zKM8w$!F&^6@yVL6)Onh(`LN2&Sa%~FtV@_}UkMPHeM_}$p{1BGep&+$i#tcYJmtscI!$j~z5juO{$SDD|y>?$N~6E%ztOwvf|_>9^QgO7`}{&Pe^b!rs?rwDoORnRw~SdnTC z)X>1aV|W0)MznF~sHFV_Aa3B~RQOn;%Cj-mw$k9Ybb{k@?+?>1JtM+SDJf?Mi)uz4 z?}~=7skYukJQi^RAePUy$dDX=J0D(rm^VPVMTeYV_Pc<=gUB;p&AbM{o12@4KA-t7 zW-!$IH0+H6?@Zfm2Xo^?-uO&g>_M%0i$l~_%jqgruPE=gwC1;J`TAle#^ZdX6ZeaT z^Rgw~FEGzyOcT{kA{4|*{w-&Ev>PH*vl5(wQ_{rwv_Tl4{`cAr{p-|!U{omSJu79R z|Ey9bFH@;b9Q=wGG*m3o3LedZrH;XWQq|YpN_=YR2^?|?4_vUkg(rU4M#N3{Mt6+n z<U|+~eA{9nJ$TwVtz! zeIQeF
BmAVqM7)E1=`j)`;Ax2a_SJ2v%AkKqRXgb7(@}i)9;xxm3a9sn}eI7P; zF=QWjz%!{Pp^I6Ea{}fbZM%3EI7czrK5=wGe(W2^M?~=FGwZB>U{rm|`h~NoKZaLr z_u8wSmRswP?uy6)L>it*b**f}+t7XBc6wz^_StXoZygg zv{?`-bK~G?vHhT9WqUO%m4JYX9yKryE(kDh<|jO|i3xbOLcBpvj92D2qja6pcEJDU z$1zVxDAOJ#E?|y-=^z5dCr9WwEQ|tu3T-YOm4I--^-W0B7AvKG1=TcJ$E}MaU_bT~MCk%jsZ2Mo*H*Tvp)=9rn_5*`i>32a!Q(#&uR#D-q2!LjN zRXV_bM|a8VXIaRHvxWBRQrnG|zp_La&d}J`$78uJrDeDYv-oT11dD7fASo!=C0tA; zq5<$1A#>EV_hdqsBD0@PwoFWRNOxp5ml7eGTAoU4V7R+wQO5kQ>0^nhMOjO(JRoXe zN(tqp992|Y4Cz#F_2&ojYOw}OzRtV;0eZE6@S&E0kH=}WQ$+hU@#UcWG;`VUO*}ez zu4cdO{+MakuOuiW0hcNW#swI{2MY4Z28{sLp<_eq@5*xkX9;VKdNpCIi5ft63{%Tx zPzK!$H=!G=fvtg`v<@w!Tj#2<;k7G-`d}%Ke6MvyiGSCrj+M#B{UPA9zKw zMd%QAEgfLkC^Zh8I4TWKo<&BsH+#N+w1Q5VtEQbaLkzJhQ>|5}%cPT&73W}EreHC> zZ(_nlObq!1Ns|uW`)T1$C(xmnB|-5nFWl2EGl4{+RiS4Q+qn>y7LJR=iw)Wu`bKH| ztm&E?i2Awq*)OTCZ6$a?J?`gLVr6fj1J=3FFAjoG^$iCW!8Ap;{xDLWl7isw68GIV5vLdqsT4t&yQ*d={N`Kixn2lW{`M8vN}GcxODXf}0Uo#~zJ z%LQi&w{E!_ZOJbVhH`}}sw>KWE3eT^UY!|{cF%~D@QgSY&%7F46tQ?1oS2@z5XM=f(NcFD zCWNgn*uX9*xRYv;3v5#Y%Oz>Wc)140_}j-+LBS^93V2Cy0WsVuQ6Huj!HWRmhw%G6 ze}CRU>+>g1QybH`TN6)zM82YXMd+=Q4*Z2INJ4O(vy@f%v>VyM>mvcar*xasagrE8 z%#8}p5|6VP{EqMFukr~X$l`Nz@;e`H_Vl&uh@%l=mDEIvUs1F3B_J8R@*Gn7&*Az| z9_MF}98U&ov}|i}ohT`|KbnEKdM@KoDLOCnM%}&y+z@I(9TvKOoeo*8AgQ6is@3{*~bam9e@7VQXPw zJW9xV~)1Ik$tWoUVXOAk=mQ!sORr~t#^afV&z>0`*6!Z;~0 z7~YLFy$@U*y)|3q!s?kOaA?jfoY_9JbH+X6ojH7_ai)D{{>+&(pFMNv%(%0#?$0=9 z&K#O^4z5o;tTdaZ>jCvp^P3XMUKy@hjv1LVB--7d@NlbmO2=JromP+m&GRjj9>!Q zlw$Ql_pB?Sjb`|xni6&nYWrrmg{IR_@wtK)pjS|1l{)2IWflPPVVKobl>n$fSHC4g z41-5|NS2PGY6Y<~&Q6(1R!b$9`?U{$Y7n?yrj~RT<{q6^3fIETt4i&WV;>)H@ufe* zd7!4=f3#ez`qu0%)2qBwGjL|b*0sDej>BX#`cOkMrI!EijLCzJ$p2#lvKe29c{34d zTZxpi!Ek0Tq6-I5x(f%E#OD1EOq6wnT&zWZW_w4v@4yn)qwHkwai9W%%eoH>$Cx3> zhy_-`%;MBuJTMb0oyx1xsF`I4?%iY2$&tQEarPv{VNrVN{KiR@Dr>{;QHDep>&5>If>y)D3LjtZLSjk8EFT z?Id2GH18g3TB$+644Lv7dP`O9U>g15x~aa4?zcT1OgJ{uB+L5s>tH&`v+C-X*MdI- zNaZ*g>3LhNlTJ`iG#_{(TiL+(GS==3`@=Y{2(iTz;igSJo*qu)y_~6NHVpxNh zxBj;NREs|j7)$->vN}73ar>qVD;rhIrH^|!&MxXd$D1FH&QeX?BmT_aPU&hbBf^Qe z>CpFE`lCgE=3&mT`1oOd+?v^X5WZgJ?qnHfg64VZ7aV5Y^}(GvNRq9WL6HF$C2<{w z2}`OtByhjn0*mEjBBgE`iMCT><^k8-;vSHws>RnE@j#b-kpUP49Ida@mzj|PC4Wch zFiGXLTvz&HeWTAdGO9z=ty3Oh{Hd9Bb_5S%^VBRPe(omarG(KvfBro2g&5nYM9$Si z8ts?o`Gf}Z(CTcUGf`=hQkIn|!Wj;SEvd@!;gI&KY62;-r7x-}7y?uBcmnp$Dq&4t zGH6Mvi(Jw7=9}WeDmI~3DsS3A4S$4j%e3m@HLeb5Am=cxkyh1_&fHd0s)KWWoSjB2 z^#~?Dvb_HR%F@hCnN8CDQ*=DlN*EIH(WAqya3DPqI3Fc4*PT}{>H4G2Cyp*4!6!ai z(^@6~ABB1QOq%qg!0E@s46%)h*&&_I3#RZN{h)2D&Xt;lV}=EDy)=DZR)3OBHNw^& z>(9JefB00Ht-ji!{G56059dm>->aRY=F|JPiAvbzXJO5f;w|C66)VE;kqtz!%5EYj9kEI9d3AK0rXU775V=)~vkI`D7 z>e~@^Uq$@1L9edu4_swE@nGZlAu9hM6%o?$Uo(rA78n2K!%d{uB&suKao?4~ zGv`6t*3YJ{(EHRURqO>jnLJ2QY1Y3_QJmGmrOhnXly%T%j58LFAAit^yS2h=y}c13 zo98*_PpM@-rB5QN2-Rkk_FZHKAjy-bhaqc^HJ?V_>c~3V+Mi_?U}>?>CFJ$ z1PA=6UojLY+_Bl`p{P$Cc*y0V>h^6tp>|%-l?huCg zkcz;U4}F7G>owe=uCxhHXHa9LSg*i{qvA~&B~yK= z^8uYu(-f?NVt*;rE5(Js%CYsPoimD6C}#CRE3-3Y71_j8^}SvuH6jmwbz+mn5+9s$ zvIV$&xo~FKSny{C(S__ZOw$9X`kq#IZnaLu4oU_qz)e%XB{{+1*igOXi_+V*wHE%F zGIP|$fn<-GD~RYm&*UKtGJGxYtve88mHEZ=vEGcsa(@Xpkno{oEHc3+Wz%}yy`|Cb zo~3kJ9^Gb}ljCyd7AoGNl*KP){%L@Wp;^=U6QWS%(;B;}iNRrBKZQ41)80~!vLLD@ zsplxKcB#mauXgI0rBJ`FE{kakzf|(740%Vu6KLojfCVXzVa+j8%~1FL(@5Jj*(h_g zSL17^c7Gb)r`(nQOtBxfRJg=2Snq?ck_B{(XEo0oh_VA% z2hoJzUk(L{ePEGq-u5jqJDXr8G3bYnLO82wd>h1 z37FH5det@)zc}MEE;lsOJ{^h&*vU*ss>tv&vnCI8O+0fHDVOP@0n5@U8%F+(l_lWO z>y(yk+d0LEYpP;uc1qKB?lS;67gV#>^}s(isIKJm>~aMJg_8%Fh~!yV9GrQ&VtqZu zwtokI!$PtLv2j@&OtS{4Gk7a2T+3bs58RmC3h98RRDtaAdKeCK0fr4?t`5ml)kJg zV23$*i;WnH9N<=n&1X>eDwDXoEp`@227l{i5sTKz)qM-_(&00M{zc`;QTj9-BH#xE zq35F76tr%-DZTEV91Ked>&_m0Lhp9@5L{{cF>1l;vG9NX`p)akJD2bLqE%X?S9xOep{dsn}`cl96kZ-4!4|MnNkc^yYy$GdmFeCJp1eX0508@qq{5!dz$ zlS^NmT)I5D^rgwAf0WK@_*#=mnN70 zb#nRNCfELPa_ybT_3L|Izqf_=gsDw-@JFN`Q8ujU25L@^1V0j{qyeIzu&#_)!m!lqcVTE`|eE|o!gTy zd~0&)r;|&+om~3etyMD_^7Peq-;-_xIm=y}AF^rTts~w14|c z<%}LjMvt$*_oL=}Kfn7=cYk&F?YlR2-~Qw7jW>30Qr=XvuT8G~Y=3g?*5vwk_P+iN z)QN`m${UpT)x9g%_pZFPclAqqSHHS<^%~EYU+v%ia=DBrP{tD*@BQMvU*7xiy?^|V z-|fEr_U_G}Q7`;v_ucPIE`7Z@xpZZ6?dOwgwiJVWycYnUoymR%=Tg^MaeeccYd%t_{5AXf)?$x{By!Vyny|3@SePj2= z&vtLVwR`hlcK`B~=I&pwJ9{M+8u*LjF&$gW=9zxA8_+g~pihgjpQPxjw? zr}_TtsOwk%*H3rfzPWqzPrEn&ynFLqD)si{(zVH@>zJyS-1UHm)aSpQT>k6i+MAQ>Uzl9~ky(IW+`ICny(?Gtu3X!@@*SGiG(FzjyYid8D}UU( z^5?xPl;ZZ@mA~#?{X7$}D^wq%J58?4_x7%SfA8v#iKgw}`j`FNZfNtlyl&ooXZP)Qci*{0)uTD{*U6>7pIrLR z?+Oh9&DI-xSN_72;#>Q-{&oNMm2wf!ponLZ|M~8nYt1{~x$}qSoj<+*jpqB``uCsw z`%mwF>+ZF?zrOpMd*5i@yL#_m@BMc7?OVGyu7Bem%K< zX>$F?dvDwzddG|IJNvhOyMOy?xxi;p;Imu1Z~xowjqmKf^KELxcPE#=Ke_gs$@R;V z>;DJ>L(2@L^mU>YLj2#_yYjoeD@48Dl~qUG_k;agzuUk4&2sk7A^Yb(H@WnK$+fp8 z*MGk>x&9L(_WQSfzkmB%<+P`e_Eh@*x0~;O|K2y7_pbj3k>9`W-uU_MJ46cK`Qh$6 zKi+-kA17aUb8_j2L<(pZ`IpJ{FHf%j6x0TLi6Xo|*t`0}{ab(7zkRJ-!U{@Q8NUC6 z=KDW=|F8GHcklcE>u0;~(DwJv&pF%AV}EvC``5|!uS~Af;`kL$oqug&?p*!h-qj!N zzxAd4TYucYeZ8FVX=Hpld;e$6_kVfs2lsxsd*k)p8{gf1=hu|=?|0w*F4JxzkH4K< z|LWxW&zWjpWx92B|EcYbu|o#vfe@4wl6|BwIv+kb!m z-QDYVzkTo9&3oV7z47_o8{gZ#@r&Je{y>HOdG{~BpxN*%Y>3x>H@W_`$@O3Cz41pP zMf$9sAbhH=9g%Z#J3K z{&8~sjmh<25k=X*b#wpr_sY4vgj`;_c;_GP+`jYI_y5#<|K`0v-23By+<)AC_sZ_O zS9jn2{_bC>+y3&-sKb%-=sZi|JFPEx4&P`=`+abGq1f*#P8pPHTctCcHjLb zRgISWFD94XoLu|g?7iK3+eoq?*w^(GFpt|NOC%*q{;8q_c~!F9?P-@?ZMmw>j9RUR zNJvB(B-j8bS!HRzd4s(;SAS>UU}vuPX20E+=@*z+*oepw^|LZ^gkAMBg|HXOI|N4Lbpa1p${hx)jMUo6j_`A5I4;$l|ECl^qm9cDW?OYUIa14$Xl0=paC@k zuc?>CpaGD7-QK^yJ9_=*`QFjH|N6ro49~_q&DtjE%>1wza2ejLtXMT@A~)2b6+Q?K z&DbV~9Fa};0N0@|Q@@Z}&oEbI#kd&tU=cF-vJm2JswDA|L!cma?kXZ{pF^npa>3yr3nDT6 zfmccD{We?X_S2l-ky*DZpvlNjDs#QssE{s~x zsF1aPk!R`5;z}hT436TTJ2VQ@rhp9fj)vs6(+C=c!^10~&=wIF6)oaRG)udV0fIjW zyznpn1zr%SnQRqa74&T1qJ^Y)oD&h(pF%RAE0?^1$rKEJ&yJqPKzdpucgx z#5ZVHm$xc?v<9gda*Y27S;blQHdY1G$ThJPPid~`O(2j)iDuG@Ss4xeA zpTROUB5$2RG(L{ZIaqzFv0wuU9%{5^W_PCG9ill!x3xUwcs-9b@6RKD@&ZF) z`f@NwUP38N6bqDE`v#9k)(!^2JPD)oKl|a7Y?a8`|BaT~R6sI8b2J$FgZHnz$?42H z^`8f^&zGs78t&_FD~cw$CKiG4g5#WsGz$T+5RLM>1!g>psf-g3i60EB2*gG5lZ1r*zS zp!9iQovg06sv(sem43mE(%sst+}!-Oy)d5 z<%+1vJa#Ckl1SCJz9h-Y^xDaR05p6Ljn(<3+;P)5?D(O}$~V6$aI_ zGjIB`7jhrbrZTTTc@s2Xjm zwWNS#P$6IeFt95;UMvO6ms_!Ps)Q|8Qws5w1R(|bG~?Hc{k?zA0?3Ki05~9MJ`YY# zeAFZUJPK0g1yY1bD@NfzNGuBcBui$^XZ+gGHGgw+tUjfFRpu4)B@Q3F7LUeQq!Q&q z28RM>s<_9nL;-)awkt8t2GyU9V`-n&C?Q#^W=vFT{aog+3PLGG!4yx}lfmf3rmcP3Lj$fs@R+fuSt;A6jddoK;!RQ!~x!t*s|eUP_2 z;O_x7<4nCI^;vsaAm`EuW!Tlq;{W_mXMe>LOs%KZH%DCxXxEg~;H4Thcq!WjSk(QC zoC6um=X0S?bDO-A@+}@89G(%iZk<3a(aQQF2QNC840qinf~5u0SjBV)CtumNlPtHK}mgUP^u1v4$L4Sy)j zR}oVv6&N)K^F}D^y*^CpMsyAYcHLfau#C+W2EiP?INun{cvqX`oVG~mPC<`UjrgpR zOL5Rx010)tFlGKgk;GnUoN_JjlzC$#>o*NeA^a>KAa#!<(n@hg85(ocTgCA=wWAP+ zMYN*Xj{Ty*!7mfK2>ipFlRr~ZkbnGyrHh1x0pT(oZ@E%&R8$C?vK5+Vay?Cbssg2H z8~|~78pWm~b+kcLVSp=DH0UmgVj~m^lwj#n9?|l) zt3X%U{UF(;!+@Q1uhPDPrtvG>XNkT^`dA~ zq`x-{-$z|>D@0SzZq);8fupj<*&bW;qjWDTuOgInSlgnj*U0uOSAv^@y~PYR_arLa z#oOKp#%5zM@?zLh;*qn{QGcK<59g>24|J1NizI0snG(fVUXNCY42{k?s&K|rO2k)M z!qD5efg6%}o4L99a&typq;AVTDok+sR5)3@FRvG$$4z%&`@hEzP<5`VzNsepC<+C6 zCM&Ldu$>7S!bIfs0D5q=+;QoBqv3$O+4JER>?a-N)Z1+!WnjoTcz?0|utl27Vy~(N zn>q`U;5Z0bbTEFZUd%QH2kH@XXqU=>!VSij`UUKc4S`yPc0llyldrQHT3T;x!SiG|peuvT8PNH~hD4dFS zja(c|yn88uGdYVBRhuPEEPrdAky!7EQ->l{q`kV!sUEHMWy?>FkDSzOWye1;cfG-PnTv~A3 zEE=sP&Mk~UF((Tvmk&^T{7WGxzhf=yc?O#XGN~i=%Pv$7BS(j$$zsuEwcd)l;$Db^ z?7Oq4^2|Ux=?jeSrkBc+p}3k(aeMXJxZxPPys^}Bj2nzOENi*lnBv}0sZPu|zecE# z8wH512%bsuWPhUosF=Mm+Zs+pG`bj_Z^hxI%i5lA1*dvV-@6xO&xX7cW?CT(Xn3b! zq%?{v>=meN7~pNbIN0nLlzME)#wP$d-2>G=7mv+IykeBWA7JvE8dGT!YI!Ffn+i#_ za}Ap6VFW`^v!C6gqcq(adQ*%w^~{*uL{n7p!cZs0)qmj5F4@-5h-?1Gq*3pWt&Y3Wk@?BaW1l_L~HU)#M(tqe{o_AiWWi=7wHSI}@J8%5}Jc}=? zV!O>_Rv1?Wsy27<&AhM_LSqS^m&)Wg+z+)Cwh|FCfIo!@KR?;uE9vd66Xi7ti(UR! zm97dn(hf-~;LjGa^(6LAQG-_On0zJUh=FXPwDN+#t~Oex5kf{N8ewj8&=u5cLN2>r z34gc^UW3q-MO$dhN3%?V`Dfn)l$aoEaYxB4?~5o(EqSZVb@P~1nnm-*r0wJocH4t= zBjb~sg&y1S%fYHn8fASq&kxSF3UfneXEw_pzCH*{78s}P%(H?lOPNLea&;DzEbl5b zFGv4mr}AtB%Y{CBY)jipMfQchkJv0Dsl~^j{ zB@cvo1<((Y#pPDta1Q*t*RPDfzq(P%-zxGqr2Ek{JnLmN|EtQ%Ek0rQNq^>^?3UT`X0Bs@ z#&$z!l&fa!N6#A3X9+n_ct z%Cu9Vcq=H)O6n8mQGdniMqKnSNbUB@SO%j_7u#nd@s>;@#sXuZJ_hS+bE$^DVU0fIcGlPpK70CT}eSw_*gDUBw$s z>1-b@A5CB|1MqC(NuU>)SE_}JJq*k0-w%$w&aXS2|F+iowtsWDa(@-tPEsn7Hx$qe zy1r+@mKLz)l8|B1l9*M>Mnv!Kyx>)Ht%WFBYLGzR|2YdxEJ%B*5W8x^q9aN>4nrQ{ zUu}s-#COd6-f(Y<7B)Pot=yQ%8Ar=9n+h45ktkuANgQ$#HmDoj6LgOh#kg6@Nf4Wl zM6`U^JFI~pOn*LOmG>1E$u(*3qGr~hUG0Ps!?w(dtV z%I&7n=_x{3FdibwNd$s|T^%0;A%M*l@i<6tvoqo{Ab;l}VV4Pv8V-0`iInzPdbnFj zmOTPOoO-9aPDZBL`ylQQWmmN@&5XR6W!@=nu21SAZlSwnDlGp@Mjy&nChkqGFdJSY zt8i#veDFg%Io37`vwSI$^1W^EE=Seu;Bb#uQ10ErGZ}O@JT^duQz$vPlicZ3_G11n zC0lg4*MB0vnBIOqQPh#5rwa4eQUKA?t&Uswvt|^}!W{}gk@dqg7-~rjI+Q(f-xki4pA&K;&XC@bS-n(X19f zR2F$T>>h>NNfX277&H>10Sb(a#a5_TGy~?s>VIcJsf#5wfTZ6LkwPMpO*qdW*9(nU zYZ$h5>cxrwa>D%v*=zD(n0iCpk3h|hR@>>VRmsfy$MYA#L4k|)e9Iik5I@Gg=?GY1 z_$#-9Qu@9nQU6JeHst_z6wFq*Rre-BujIrDgKU-0QjBGi%P=RZ31I_6d<-x%3*up2 zbAJpV&aZeJfy9q$)$*F>UcW}tA+lArcHM89R%9B9iZB6tKJyz@Th6VV)tcq!`8fue zU42&03I+2Mp*RbAVFs8K7Fa?{&#xR(RLQRB9Oqd?;ocTqve zvS(@z{V??^h+VKs+>gQ`D+SALI7GL{4|r+%IsGz-UNZmnWwz}8+`PnUU_~4zlz)q| zrk`omv0xI->^+`PcX|dHhIb3KIHKMahp<(exha3I;B~KmbedZ8TWsO$->r!(`I7kT1nQh$jg z&ow_bwxwn@uUtlnUk5lR*O%I5m46Ci8X@CG)V3`n2PVq~LVCW2ER<@P>9Y*pQLL5< zmMn$|szXJV}vAEJ3{7Y@nx1WG0wN>rSy~c1#!kt>leh7Qo@#C&6?qzBJ{iZ4 zc?38F_A$uAx*(=x59i`4J5eYe-s6!1OVkd+_ERsV2&dOM3S)(v>^QJso|7{-NI+8G z-dd%vM*a|k0A<&DBvh&Oo_~%I*bQFhF^$3?^&2_@J}nXp*B(KpHN)HED5m3YcMAXktyj2R4OuBATA3j=0ayfnyw z8mfb4VOJpGlbMCwKz}k{5dyZ$;K(Hg2_<-EUJx>kCa&(YspCzC4uz}s;y5~IVQJFH znRsUbs@1wxB2oJDbjdo@#psr0yo(XLfqU_bA{MvipzGGq7E?QDH?TORg+jNeuzI?A zaL7z6y8|x_oARu)4NGh3WL6qcXLSBqZ@sEI@1E_HSi4@v7=Q9o1P>(r*fn}ez5OJG z-x2UHqe@7EMitx)Y;!FZY<$Oh4qxiZZtL3ofC^GwJa+`G`=LbDhTjSyy(KS)6X8`)D#+AcGv{L4Ur8Fr5dc3Mz*|TrqMUt z4y4AwWrI8)Uw;i5KFw(yhtc5uVkXkrN^W3Rc%QI`HnG>-Z^`l{_J@%Oj4tkeh}q9Q zyu6cc|H7wt-m(0>mki|ZAE)x?bC3w+!z-VHj}Oa7#ncj$ycmj25KmCjG<#K12E3z_DK&ZQxGcexo3zd5 zYsNB&)mt^iB2OjBT+L95-3Fyppk5MT$bU5Q2JZ_;P7)z(>z5rao6IRKwh(fcSazh& zO73VcjDN+nlXaz(NVl}5oUdz5vGjbQqP3(b_FR8sDY&Z~y=&!mwQX~56;UpZ9B>ZQ z5Mzu>H%hGdeI#?{C!bs$)hdR*TFH^jQ!JdVr)v2iVFw}&`u!#YBFkQ^N-V~eDiWCu z5b<@~R?ShCrC69R{I;?RI(g1w6_R08s6^&1R(~T|O(k^5+{KDAHdU#nEPJskmB*=- z9buPVo@h8$^A>9=aL0Mo6$%(HZ02|3=lt^-mha{k!tfFTNC3)ne7(H8@jeTCg(KF`mgUd@ldS=u0 zZGVOVEx??=Jy5KRue2A1b+M>dkn*Bki@;c!c2@+kHrvr=z;2$pU*z}r(Id(;qU329 zZMo!VMO=TLF;R9PGq0HG&a(k-)ORA<5bCe;E?-tV6brNjSIlb5LJlkhrr7!vp%ia!1V|Q5 z;F>Usot6oc?9B}!k}6vqNG?li;D7P7l2t(}8@~5bWn)g0fFDlkJ8*uH;#_dJ+^T`Y z)5?|3Qdv-TJ7K9Bx`^2U)gpwpIenr2%;{YwZ)+XQlI8ke!5q!J^cn2cXjF{meP!W! zG-jh1MBcQlQ9;BoaQl2f?zwAyzDpWra;AVw(#JW(Bz9#QDT%}-AtW0SF@L+(DiYSU z2D$|H{7{$11mX=2qVY8JQ~!Ehpl&R_RPgPzzEJQ)`^wCZVCOBfd?T(^&eQC5D>mJo zyewo82E{gB7Xw9VrDj&O^p!Wppj1Ub3rZsm z+QQo#+MMYMCw;bPuMkC+<7ka!(2CrWPeRBJV+wa~Yk3HD)nI^f@ER4N_TtVpney6llOdN>9!wvNwM6sWEc9{W|N>2 z<2`%ko8a-IVw`AJKgVcTYLFR?J2)*zaljbp zH$7a}jcmYA#(&<-mz=7aJ*z~J8GPO|k0V(ol@8PO zRfFU65`UF3fS{raE{$cwN$LIo*h|1%JsDYLN8$2F6vGgUYel|~$Y|)($u4VIBfhz@ zd9FvmvN1#XM7>^yDtjge*cfL*G|EwvE5+YfOVUhHdjCv$$O1~6#B|F=Uox65g&tL zvn0qwMt_z}r5;hz1~q$=Z7G_A^n=NXY3!$?h@7siZe{snK7pcn@hqW=l6no@=Mf4x zNPmhUAWNCE`G*c3u#AV?T@F$x4zkg1E05XiF&D(%Y&U6lc8@SQ0=e0Hct;o5 zoJ_iDakR)CJn#K}evZK<(zF9Va^CK^fG6xF{mi|VEwC)|F>{DlI-Svh-h37@Uc2B- zB%*tq2qIyl0|4C0(-MBRvJ=Oi3Vp1>z{xAxfylkO^PP+ z(A2(2lz?FPGUUtzY|3FZuGMV1F|x-L1I*ta1ruT9jqz>BPT|j#Hq0Cx+m2Wi+YYaS z6<`ru+SyPuSN7d#0;D-Z<3{tM$Y+`<3~3oF8Y*{HG9NPeY+2?li?Xy{zi;xulYhB5 znkXOo?BPYXU7lzwg9v5encu{(L8xgWkj8tLDLXfYSF@83qdB`WK;(-@jp5#d_yq|j z1VCx&?^RE}d}*__f4*%rHWxiTo(16$Q(wf1?emiL5Uq1pr@GDH&|$Ws@S z&~uqmN)eA{H~0f(l49rynO6)yUVmI(1i3`cQg8rMTIi@yH+bC8Z+M}M}HoKiKy&=kGNvyMX0=?s~Hf!%S3{*SM?W_>7Y?&$5W* zm0LA%o1s;#hX3d*5w7wd#cvi*Blq~D z5gjWLpxCn^g8K~5W_Zg;n9nhUIfw8P=-Ji1j6>L0X1jQbhmwbv&$wtdyl+nzr&lEebp)8YfhSCOH- z2ph64lwT1WnbQl}djOn*n|_({_}8TgO8Vkpvy)vi=IMOV*v=ga;0;lkdHAMa;f zsnUhCE9zPZYOKC|qq>;Yz@k9Q%5E0wMU4?MH^UpFsqBbeIo)2Um$zUQvGDlV!ZFMN zeLh)T!(3o-;_`0`{6&t>X;%*~Z;Z0AGEP^flgBxID}r*}>jxGc4u9M6`lk%U0%6J) z1=o7~_9^h%PEGB%4JEU|z$XVrejU1q)LL*7&Gm8-lFAxM?M|q3`p)YpU#}{hE-n!& z^i$8J}Ek5T}!XVkux7hAo+4Fx;Td@G1tlEtQO#}S1=p0 z5u4shH&fVGyCZTwKDv`=H=3LPn5lvqCrd3*M**KvnA>X^$A3qGK(@k(4AyfbvckpR zn9da3bI+*qifCmcT%@0-3cY(=3yFo1AheM;>V4acC}O^yP=txGZf)TrhXU>Mm}EF z+n^>5F{4xOm~JP+3yBsPBD4NFPmXy?p~E^;T>fDY3x%3;6_w#4c3le7N@&(YraRmf zd}sx;7sg^Z`uP%=)@WG~rgYv&hm4Y{44jEn^mbBU>3_vK?iGy!4wmI1MJ|;t{OK za7JgLbj-(U{Jhz`5~_kb+33P66Te0~fgfR&J_#oNkl9^76F@0!gG%cw6(o_bV+sGI zzN&RSH!$|XE5uhJ5u4Q6RB_SM8>XlT;*iq5?|%{K^O>OmRFwb$?9inj_wDDIvStQS ziA_yQ@@M%`bM%5AKztvz}4$ieTYPaf0v+B$p2&&JdBp3{4@)?43r z@^oXZ=d7(iezNiO56;>x_FH~tN$SM_$}eMBQvwi&B6B{-c5+fu59^B~zrT>reP#cK zD-Uhhv^`k!;Q=y}%(m_DAuT18^CXJ#=70691ZQ1I^C7;mv!{$dQ-gl@D1fq{M5lOTi(J)IBPo^#KmB6SrIPzCh7EnQuwt_{~ zfMP?jp{A?05?Ce!q-|^>48{Ru?X9Vm@Cn<`&s;T6%F~j*^HG_feZySU^?##`87Vh1 zac7sra4i}ezi_ZmgCs8H?55GH=-iKYz2adNE5Yx&!VAJO8e~^ZW+eDeWB8IT$cE#l zXtE8RJC34+P_$;$krqoBbg;4xla5|;n6^Y$+06LDupO0}e6=Ojn^6 zWor4Ftx@XkKwYMI9%W8(CkVdi@hl7wJ_`{8$3Q%cfytGP>5!XiZKu| zdfz&4@Yd7Vd5x(sCx5-r$Bh3QP9@lFJKw*22hXct-BTn}vS)LZ(>zLvT{K(tyWgP} z-;XziVA!1oQ$GwQbOmtJ#|b_j`*EAaqWn3Ehc8I4LJ2;;YPDm&vH3wSD&MEO5-zF@yO_HQtE+h?NA7yPaj&8>y6?HaHUpsKuHiIppf7uLHR@gvJ-1s0k zY$vXNFge_WR)5J?Mf$8HtyT&z+=Q>UtxY_VL+FHa-#wSR{v{6{G$wRGke&wY6lD2{ zlGsW|ct4~teBEQW91#wjAR&St`o6eN(q}2jY&wnN6iQ(PXeXlX;Y~;kzN;%CSR+-2osX%qA#Vo8Q5Ll6t`;=@+mKjfc}JlZTG_VOq5M z_<+A?iJoZdUo63INy3PLFruxApo&N=h@Lw+hz>VBCzv>aEcf6+(w)wdQPXQ(Y10fq zg+;Q65*i#09il4*96Zw>`#Bsu!yfgs*3^z^L({@x1Zh>zk-csan88qA6~#KWCNUFW z*MI$1-4a9f25q+U%{+PuO`k zCk&Q%(R+WAgNC{UD+BVqMx)K0hEoqUVQzYP`SD7YthSDc3QfhBE4PV%XJ9nNPaPJv zh?y$QF>`h30e@gdEmhm_Bz0|TE=TXL%D z8`BJW6~w#*1ljbBzAo7`V;Jvj>LC})q@Y~Ei5qabqGh8E^R(^JTy-beES*8F!N`ku z(q`0Zhi=sIuv4=x1z>C{hymep>cw6f#jVTB$aN=#oN#-MRWxw(kRpj~4!YvN)PFtj z+Tme)z}UE(NZ{CdpkgK9%-CxKOath$=SC|%DVZeNfMsyGs|SBe{?<8MS%vpP2v!MM za7%CS9x!sH7_R}$%rqTVK=?LUo z(r*22(%>?g>>H{{tlKP+Yg0~Am`i(_4Hz#Gxbsj;v;SV82;p1+-}NTgQGW!)fo-UH z6jNB&X@eHPjBdwT7qTS~GN=U11TnVaWSPuy6U<$!Mg)+vtxOg+LlMs;6xd+J6Xx6` zsMuWG5>mO+s1Wy467Pddx;Nk&uj`Q$=LJUK3s&5o)`w(DYf8{YiQm!%79eJ6`miYY zOkJpPVMZ|~kbJ2B9>4?Bx_{VA+U{8!ndypvY=fZI!xwiHhvKbtGe&-+u&pfTL3{|T z>Hv4nYn#cI+;=2`Lq%l$b8uu|)HV#KW7|$9wrx#}iEZ0X$C)^jOzdQ0+qP}nw%^>p z_qo4%>iz!cT4!I^+PkZIb@!>WXb1A^7buQFZ0*R)4gXR!A)f(!>W3ZMb(^Zeuu>WM zs`%xRt#}>;l2!`SYz$(%XyXreG3m2WcS`kC1H(RX!>$OjKChAy(zy1L2r_4g6M=5OK zR0G!z2$#~Uy~QpG-zkpqe2O?m;N^)hn-%5SGizb?lMeBEQZb`$iAsK)tKtR(jBjzA zulG0-UA2;_Awwm)jbN@a>4t`Poiz#j; zK7@*1B&t~JA$ep^Zk*+H*)wBCX`NewlGh~mWk5p*nKDprWtjhgvrlg;030@v;uI^F zXazW(-at(0Vx9RT`ua4VR5kZ3^(3}nNH~lLI!29mU`v#kLNLTR;|*ZHFgfno$Pl|j z`4~@U^>iUa+BUL#UK6iNb7=p;BN|8CF?9fm_pU$SPZw@_ooRfc`$trHM$%JdAb|b1 zii9Wz;n2!B#%6@ojSOZ`7}|NgEuv3inP|HV9+6hv#FXHRJ5ySPXwPBMOn9f8 z<~Z7y2EihlLEY-a&7pjbRm(yo!OU4+l2O|UQClmnuHu|{a(CyHedYHLjE(V}^O(ox zMrg6v7RUnqitr3)&-Z#UW4})NfM>zBDu76WA!apxnPsbuW6Cpxhfy3X+F*fTq{96xn469BH7!hPP*i zXZFCe4g304;6m*?fj5?+5hVVg# z@NS0iMutD-!0JJna@ffB(QPCY9U?%OAhStFzduwm;PZy!gk0`g<~8UmZ-qQC{K8-Y zgfK9wW56r6PN_o{kYy2AA~-A@9Oiy$h28sj6DxPW)_Ilt*578%ru*~Tff@S zx37QA@=#DU4SIhfIdf?s zJYEwfOD_OAK{wx$VHW{I@E`VqRpq;Z-(9sveUmp90r*(nI&)`83cj^kMvi~O?9`gQ z*=_{?F@_~0F9FDa6)>9c13H3pvPuvsIKIMRfhO}}cja6Wvt@kXZ6uXqp+9Cq1>t9p z{N-2gcV5QpbY`&X^no47VNoU>Yw~SYC2E4|B4g_`-FYf0bAD!CdIYq^M<0@out6M+ z8SM{4g!dj!tFdd{pRXqiJB4gy1~ycVlpB_8w(*C_lTI%{Z^uh$)bg>}7v@8)$Q67t zU7LuR{<>jRBBb^{f$9@{mlk{mn?bM2vc~Xn-Q3m&wRG!9&8j?~s`$z*p-dBuTChpN zNtk(!P3ODsBodBJyM3=&qp(KY^0>3O)P$O3uPzQa&y5v~x%k6Z4%(A78@(-_j&gVP zibf8V4k#pG{V29rOAVi3*B&=DoC8I!kza zzVkC7pJ=CHxiX)4m&lG9-Qj5+xq)r9K?ByK=Ow;)X@;Xcx_(*) z#boTj7a_@t^;ETTi!1h%9nJiuW6nj~i+OsjV3f30DRkrQVhz-|YEZQapt9L#dZH+= z!PbM)6;$nT`)7*Wm-O#6f=^_Hk0Wc+V2<-(rh40Ql+a#9uo2lhL*+Moml6tL0wuG5 zdk42AVr)SKJX4`VP&;b%IG|c$Xw{?JCq2+Wz34`>^dA8=xn~4X!=XmUt>2;GG-t5K z%YKA=*CKvb_H9JSFxwPz*cSPNtH+eRPl_IQVs=;f<}W1@cUPt+J2WZ3W^PA$gAj2W@*jLWSb zrgN21jJ^=E;bk1r+DVJy!6m2o#W3x9H=Fr&aN3boDiqw3TAI3e8+apmrU4x$5IC&& z_FA_q-Xo8MwzNd38LDCv=KG>dO+9wK-rI^8KcE1U?S(26BPyY-T~2-^mR9FLvNb`( zx2?xq=M01VQoLfq`{`q>qD`G{tR(bTkJ>28EQXu8Finp0hjFR7Y~~DiGpK*c3@aNh zkD?y_xPKw`yiE!R1}AL`L-nf>5dMlq#;1a#b1d%ax}Tum0VJP)6sOr9alIPOGZ^+D zm7_nE{THhV-g_*3zu&N7ht&hpa+xU13NkUC9Rj$RC}1X>7sRb`q_&OHWR%%8`W2cl zwB3Pycf3FKu%7&%R%7_jr!u&fjId@!at{lM!PjvF4KmlQ%a4blWc#NqpgB4Vq{EQ5 zp`FSg=qamuJCDDB1eAGLDOC3YbJWcntKwr?<6Vw$VrztQ^u)A}2 z!te~|+egs(Q`r@^{65!r(QoDSODMGAdU|og`)V6NOZtHRg<2|3#KG|RJi5UuJoHtk7kbmQCnr;iyM_dzZNeI$s zx#|=h04;qXFqBQJ=Wt)o4?6OH%CuwoZ3G&c0jK2`?=w z*K{;u_Yyi>{qjY4L_%s|_L>xJl2ma%T?mDi2zJd|L49yOc>j6%V}NV!-w@d$?%SZM_U`6IM_Gt zn7S}Z`>LuE{Gv?WRa;@Q3SIIAJzxWM5@AUO31uC2LE`g(Xt;xY;-ure+&XI=0naY3 zF$Ys-Icjy=zcUFVnFmD~cBwMXq`<$uv+G4;LAfXn{K_FXYJ^J>hy5bFP+$8l8FnA^ z-AZw#zeA~}MvpOwcDRw(za;4~WS&7DV?q~ZJNI-ks8}g3aVJ*p?9OSoI4r|! z>_1P+LOc_%>m2y&opu&1e6TMgzjl>&=BHF2us(Lk4)?dgz{P>N8-Dq6P{>(I#tEILB$+CZcX;TsmtD`wvsj^Cwtd?sb*uTT(}V#6P0>^`@CR&6Nm| zb8rbuQ6sdK>j<#289D0CjZ%ClDcu-X`%DSiI_@4!;yWl^I((sl_AdRiM#RVEK3>D8 zz*Z)=v%sr59bd>pihn#-vbR~qq)!7q;Qi;KyqmYkEm-OW$bH2Cl<;SS!=}PTmQ9z? zO%&}zRWW}*ifNzIG}c|c+aTUVMuV|dO@Q678X}L0f8uz3WtnCQ_zQqs@~)l0W5*!0 zX4)+W@@gKKTX`9Z#t`(cINt0MB($Fx_}ph^SuU?o$CTasPuy4GFU)p&0@&5{ZEd)| zWaV@8K5q5CKPA*(oeWwg_qxmw*OwjSN!T;VhM#M}E`Eqcv(=gF9A=y25=fY1{r5mS42Z)>59w6ciAe7uWHTKx(2Y!EmZ`wgPk%rBHvZ1aQQ=HU=h zaEFTtcV*NH>r;eC3Hg+!q38PF94rjPC1Z%Lg-QeqaaYYRpU=#c9mW#%&d%-@OMO0D zSI!(d+j_gY>?YOd_k$5*D-!S2fN$s4PvBp&YenOCzk8!Ny*~$+%qvu%t-?gIKCIvB zT|?j}5UL_tPwS%uY&mpFIod3&RpDn0*SQ<%c3}&b@$E(z3n}zpB9vu-KR^Zz;3AGc zn42zWyDRL`;8JYhGVa;o!#@grGiRETTc5p6h2zcSDdd1<9w|-U&5Rjxz<4Ex_)&ko z(GKQuC{R-kW{O3EbTLR;YAvfAvcVu5T}z+2jGE9`;_iRZ)%=G9{s5!xJax#1HGfL=Qd+pWf7-ZHWa-fQv=&zg#5~;Lb zS^@qf)qMa)gq-c^M3FuhpnKNNaldG^nUr<6YIbVE2H$+#Vv`9wC7dXxsJI9di&98q z!Ok5ZUyAMHTu2!?$ZUiqmJ0;|f<*$>RCxB1eNF@{PPkD?t({4KWxT&6V(2MgXPUR0 z^|F7SbpB;L4$|cyEde4=D(zT1Vppd3MgQT4M9s+lPn%f^P|SKP;QPEvQoOK*u3HcL z2vc;`2s$@b!Q(^vl6Q4D&A+bIHP6r6hwS0NWz^+GUHc;>l=WD9KaZ!|iL*@g4?S&s zs{5t26=7N6o-}o0h*T{O1nZ#CVK?za;je>#t{n?@aq|hL`9HCIJO0)Uo;Sox9{M57 zw9rM0<)WBk;|Y=R0jo)n@+Y=G8R`Vu)Qb_4QQQPz_Ud{O5@l$yj*}Z$C1y?%ml$aD zNq8)Nqm1#;4OKg^kPWIxBEEy9{8afx_f3#fJr027Y(DagY_Dq#B; zZwPuaI1YegDsEXDHch;ljRy}FMcF~!J1-<{EfB=1%}Hv>!>QD+CSR<~&TM@Qv!_7=?H>K*CC ztaT-@lT~<13rH?klxJu*8Ok1{(@*P9=$J08{d3;GjC5F-8Ee(R>4$27l)!*v_e_tV z-ig#tUl|F2QkkiES(G(Qg`v(QMQhV?+-_{pJkRlZFC6Qm?;(WnwaIVrR|=g6jC#P$ z14N2CeKe1FDF*He-Y+mLH#>cEKANTwBgU`0ir8aNHlGl{6*Nt?}x2ttX-vhmmYd3pfEDds(6OI9C*L1S$ zA>b##J-Oo$Kp~`j^I%ksL(HpQDrcIM0lV4;|L(mIJN`jPQR3eyN!SbD;tMfls}WCrM^pJ z?>TEGoP=S!jRhu!X2A)!I7vSJ^7*EooO}eJvo;Hbt*N`!KKw(^mP)dMEvI%CZghv) z6n_UI#aqamr$q!s7+31(b?*wRj`taGWy2X+5WbOwZYrZugI|e9KH#8bi}-=r`T&z;;u8Q6NJJU`#5yuAeE(wtQq_`Un+@;p zOu6fsZnPVYsgfKcCABuxS_eC35ufKp$6&X)Q>uUCwVtficn_DtWX+Xq&LbB#U9;@I zlwP#(9wf$MKWyOMkW37yX+mld7ALl+E@$lq#-ChC=|fbePJ&d?Z% z3&)0F&ER)-dh3JP^7VjqwWQC8+425>2j5_0@WFZ|VDWcJzD= z7iwuiu=MgAH`CkK>AV{f4t&7a)SN1Uo#MR*#{Y4iawY7w3p`x7CTXkGz}}XYS?9-0 z>5xfY=_AYAcs+Q_q9dMmY2RDYz`S8Jvlu6@UT)dVC zn$gUeCSH3NpZMgV$$h}InQP65nJo0&EZ5%6MbjmWx=>y_6EE-o)$I#Hg3Z~PYHM< zAq~~bIuBI}>>LG$jL8O!?HXA_lI!XKCvGG`z%DO2zjg?i+T!1c1_qXN!K0yG2b4eb z&PpAhkrvZ4nQR11pagm3b6M~TIk&pjc|}!lV_ZL|Nb{QI6~qv-nYd*4z7mtE&H+p~VNT!xd<|lT;ZY;OhhO?GdDnR_H>DSR;K`2X09>Fm#Xj3h z$QhSj+wZgf0I2{6io72>akhQkJKHSq0mWd-Fiz9p`D@D#S{wEp?Vn`QbxJlGgUoon z=UN`gnP!Sp9>DUsgaiht55`U2uPwuVL;9gq@iV(U{+u&WFgXQofO6(jx}gmFm%xzu+2$Q*+tue8k~d<^$s>vLq5|iXe*al`NSj{GY;U?5Z5pKGKk=E{u8J4N zmsO?=hf;yLbY8|8vXHZx~D`o218#vD7NCyhUA)D z$|X5zml<_8#pLe{JgS#7Oc{!-oYJ&XzZ`RQre#2V|F7U$7+QQc5pF|3zj3DsQbOm< zv12R?`rU7vLM1sCPW)U`9K(Nu64a#pA#RQwBL7%7mpVu+G=v4L1!1qi5?=jf5jL8U5!qm=?YykzMuoV|4BXTk4)LElSva~57{;+OvdQj$_`Ah6fJs(x5X1B@_o zmm6IQd#O^qILyg_5|%u2uVrOL!aQjN`CnKw3vJ8k4$fL$dJ9(lF|i8H4Uk~x={Y_g zU0yt=@{~oTgkWwo4X7)+k zEOBYvdvm{3F2hJ2(xN5Bd=JG@b9e823JZ7wGGK$T!&ZbD^cK3iOCiuKv)w42b=~L$ zmi?oLN^v5Jbr$Gq8md14Nf;p7xvmL2068B@t|~~vb(L{M4|Sq6_R|FW4EOK4i|Ok7 z4FZvK$Cw0RU}{$rW(qp)|C8U7+A~$-9D+7sYHV=CMd-_x{Y0?$!FA&)f7|HG!~6&j z=r~#JU4O^tJG1Pzaj5iFyrm`Gp73dm91>oN)N^Fo*9IP?fxmVyRywOnwy~o#Z@3;k zsI1`_E9$$&fSL?7sTnU}Tmv>Xf-sOQ1NMYeBN&|@kWGe5P&^_7Zta2#CMhT%R{iGX zobh~&epV>cb|L$X1fqlOGC39&lo|N5k_y6AHOUL? zKDTp23u1Xc2+A3V{0e$rgC)zePF37<5kjTk%T`SKJ){A_550}_Q%~jK-%Neb;BZ7Z z3M1R8qYT9JpR0mjJJVrAj+?L}f6*>{%r`Bwu2+WQ>e-`Bp9%^pMAdSlFX&w=S2v{# zv(8`N42`{ccoBno7HNQm_PilW_jB(Y7@;_!$#a8lTUw_N0&ukxtTq)a!)gF8(~MdG zR1|tiVO%r&szYGz8xz4xCit@OaS@l*vQ3z0qMLkPN+=2z{qRig8Oe;p-S`#Np*IqD zHPVa(;w}HWALlKBCZ%`V=&4JN{Lhj(rBfG`1fiUW=!+^$LJ}as$ZA`0%?5h`m@4@X z#>cSt19hIjCW%;Rg*tE^gk~NX3JU~eKFtePaSS;8+%JJlJ+A9PUBK8F10r8+)=3=YIml&zwgT3m<(x(aAt);X( z-B2ix7ABN9CT9w@TvqaIwx>t!eh^|G{KJK=Dj>w8Cb7dpM9cL=v+^lYn^_I5nY>my zJdb8TW!s>3`Dn)^me!#Lc0&bQ^T26P&eN{Vn*b9C%WsgbpCmPst=}b|N422y(D>x5 zueo2fcj1aJF;ph{HI9^ja$1($=3Vvlgv-Yevc|;|s)^tlpI`h1(8~4@%JhKhCnJdl zq1VCA-N1RRCJSrUOrt^m9LdfRCZh8k!deiH_GQFp4I6Fgu70NZdY$^Zsrq`)o?Ovt zYMPPpjf!g^u$K>-m*)I^$Z>R9Ib>dQt(DVz6& z?)*!?dNXrt5dZ5dnld(P|NSfbanY;c>+2}l{}Dh7e3gC-{V3f7TLzTxfvt0!xcc~? ziE0c%J=4E!0I3}oZvb|ny*vWlMZ%gxP{n&-J`C7r&mc`vnOh%G`L zOT|N^W!m_3jK>L2Yd^m1HB2VZtTf6-+gYi8&;%C$~s8&W+U{Fh3wOdqm7g(1Txv23DB5b=;Lr!gY?CZb;v$FX~ygC#R(l+kc z4_qkr6SmjM#o@TCkL7R>+OA1#dFA&w!ChJ6?CxB&I$B@lZgQK%$PW1sbXId$U8Q>Z z@|pM6x&HFGHL>k@{CdaFwtfMcu_<~37dNxhp3Eh16MY3Q=2g7?%odiivKx-fFJ3&y zva%lwj%io09?Krz>cKSLd^fpG8n%uefF$J~0>H7)zxuEl-)lLcZ^{q%Z^M@P#nVfR z!8d7-H1yv}^Lr2d^#5Ki`epzBF8!DO&%)E)qv}Jzx@&6ns_yaad#`nug7=lxf9q?v zmv?~$*6OY3rJ~i7)uTJN470^-7oeW4O3O^;;|pD@u2IE))!yun~=BX78`fX z*XY+TGe*(T4EZuED-qn0mjOFtUVaVvlo)reJB?%AvD_z~L%pdEdDnnx40*RW51)E4 zE`?RcJl$%?n)(JNMS6PMt_&0NW zeixydZHAu$>r6O3jQe3QjEJ%jw=;dxlS*_K1fN+tT+TMk1t@holW`D=U4WgGyNAZ8uFA0#1$Ka9^PMqATb~CcUFY}ow%$M z5mpfjqBsb2-AU1ZcH#SXMDSP^gJ1wv9fRO-6t_?Vs6;X(z}s#*cmDbx8$mXI+h`f& ze{6)86N7O5Z6jl_|FO|Bh^vi14@dX^*a))N7;L@<2sr&epwPGOw~-JO|6~5gNdFh{ zA6)%yqyM3)zHPJ&(z3U+CHLE3rz=vANy+$4n2Nvw_Mq!-98pk%?r!bHc8G9T%4YX) z!k+j0rdnx?wBG1`ygJzw@9$1T0LJgfm997S16>1nf)4&CQnmcRjNrR-C!u$^rR{<1 zB4JJg6xCU>Sg)?PKS!geAp09I3&u(Bdeba1OE-T zBlZ+%)7@`>Z+WGwaJfVcc>$%1hk7g+jGNkuf&pEDvNX;8Lc^o^c z#{Hf-7{_%o?Cx)=@T>NW{L5CBN7S_B?rs>E%_RzQJb#lh{$qsuan6}Yuiyyfzy!AU7$jZsEa58B*Un+rdNw5}g%&bx_>QFj7!7>7pgx_v;`%(9t zhGmY%&wEJSg1>~!3g=ZhZP2YiNdDW560H8^1;aRaQpwveny5{>=;?6_kZIlD^3wP~ zkSIqsx0Jj3gq&J{+v&a6F(vhC35m$DcvI4GCCLnX<5c@HP3;b8bxt=0;zsm9){2O$ zPd&`vBFq3(J@O=V#f^n4VH3KH>B=}~1S|p~!P9oHcitE{)yd;dg!m2^Y1Y1vJ%yv0 zyvnJO(mVdRSoXC}h{g&7bqD*DJrpJ&mBG)Ec_MI1EGld;bCIl{@EEBUaTGXRauPFi z_@HkRdXcoe#?M(y^>VHH9ee;nuDi8KBb|)r>$p4HOR~Q%1a>1bLPibjVeOuXCCGz; zY0*@$)^5WQ8v?vOwKJX#Hh{9EFoMb|DIPzRfj1w^7OBNzl{Zb!dU68Rj*?X1ku8e? z!i?(6aS+$b5#4I}%kfoE>?zx?y7>ds5``t+sw_3`zRKyTEkc7s4a;$iEqZa+V_ zec5EVN32mOQ5!$!;0Co0cD}2TF{~*(_GA?a*3yy6x*|sw0wb46371~A_0At#&N!_z z)wgWs*B8day<+=y437{vofb>gU$}9~DtNuDCY0^ticX6^Uag}jd?CjK?LJ9Y{j$8V z`n5jlgJ0Y-lS^2yuN4;q7K7%(1^;@FlSS`F?hQwVu{XKcMQbNzaVHAq>)cfUjSm$cKzt&?rLg$V&5vyJnYng)Hq`;ZGQ)SUQHP4Ug|7)SzS;3 zjI1B5TuohNYCDwH$5$_%NV5fNDIY(ythzg0Bfook*_}Twv?y!>7RYioJQS47WA!aX zQ!h>kn*-fXA0Av;X`UZFjY+pQDhoGeC+WxZIhVa<7PSoCGESc~SxDR7EZNBIzbC%n zzsPfNM1*l|(_={vt|P#6bV} zQ_O?v;TF@;tQNN)v01!rPWGk6{j2-cUYkeEK5?_QrHqb~mht1U@h@p8&Wk5JreML4 zT8_1z7Oilnfu07f(D#RmsakuBO=0d<2)|9k|nY5S1nvsxX%oJ(d zUdrgM4QNXfI+baioWj09af7B*;&bC0@E2?8@xqmRaD1oXqP8WI#19zAMN^!YlG$iz z_C#=W1}-lPq{@viNz2L8IZu(YbI6@gHJB;8&OB>Pn2kNtSlPJ$O^1)%y-@h`02`8| z*&0Hl>+Bjd_(%qA+ps`tL(yAVRpq)p6(3$LGy0f4PI1&@^333cR}ozq<2igLl8V~cDy2UU4*%=qGYb&jcN+2zd zN)Y_58Fgx7_$^1*!0XM~r{ZLNKSN-LH{n|ks&$2A|EI`<57Oy7>NmRKkf^Yn!QL2q zZjP`((@4aOp6K_0XeChg2C1=;-;lOIKMCn|R{Ur6N%YtmUH^V@6aOo4L-5XhNw4zb z9#~?f0_Ux?rbC#d0fD8;qf$5d`up8|7%SkTWX|Ab?%_6&eN0(%GvC$3GuA4p>6zt= z{?`cusHfx2)lQd!{huKv+OfXvDE@3XzlljZS4s;$lJ8C_L83ZW(9Yt?Np~|Ynkg3- zvJ9iJi#7_z-dmt+-a6WB`sVI;(3bb!j6i~@PPqJ@x5$sZ%nsmIoA_mNLjxaOH9Xux z>#w@LsZqqaKgqW;JN?L9HQAH9QX)&~y`+j;>U(tT`r{N+y@hmzpi7Dg3>MJ&!4Tyu zjySx2@Bi+sj4L|T8sb;X&J{%Mw^;?mY$WS8)>n8*?{8tV*50*;{qefyg-nWT(#j{VB#LN~OOv zKR_d|Ir-1KF-?N&$TH2nxfK@yH^n6Z>?DmeaF?otvA4Qu0 zXzQ_*ddtg*K>&DM&vRw$Fh}sRg=r{6%v+gy@?hX?K#6CGpi2y6X%Oz49+%$7z}v%8 zWJ|Xq!;${ii{R%&_SYP@_SqvxYb;7FhYi{o-aoZgVYa65rj$QkywN}S&Vds=B}%i4 zr;cpxLS3}Dq6U;F*vETF`p;p9J50D_eytI6Xc|7XuZs%L=zfz^I%u8*PjK5}zY~_K z?Ud%jUjF|}O+%;hhhi5OGdJ@aHeUx5itw!Y&22v{?TtUaYfUfQzmR|_0S2gGR9#UW zYzXf_rl|23;1}R1nL7W%A)f{Z*>OcNc%{-Fv5|}37S<9o- z1@{YQOQaCA9fizvCX)vH127CQb@%`7z7$0XZ|cA;wQe<<47pu#Z4qz}E-qcflU_xN&hJ{=B&X{Bn}97N8KSbW&Mz|Q zX-w!hLgjh!{#}kyDrwpP;vNan%h7A8owQfDWv~Ae3FujlWJK?w+#}`79+d?Fs`i*1 z1Gi^v(I;ca3PpEgz+_DFeuI<_&;Cy+fRa_)QmVwD6gddzTpr3pfeq&{hn!LvIoD^M zcz2l{KNk6C_vp^JZB%36h)WU;TH(%gj3Ii+bjI3pkrV2##yY1^y;E1R=n^ADks8|* z*$^eB2b)Pr6%0=&((mAbz{G+&E_}7U5k>dg!km&j54UakskoBfgqV`t@tul}Pt4}t z`ANp}Co+>z3UT&5*0mtymNYAw3%6e&^d^bOb|mvtFr|y&K2-~8JTf?1nx4Erb7(G_ zY{pS?5fmspkah*{QD#LCA?10VJJ!%pMZMtLb8ljW;;Lp|`Fx!v9w6y*Iy|4s0u@V{ zgH&KXnWVqa%rxXUlnuK^kETNqCG-c~Ek*)_xs019gt-i2c;PA#W;}^gnc9(~ae=Il zVWv5=O&r?Y5Rz&-e2CoN=BkfPjTkLf21L`4XlA+}I7;pxmo#SMs)_pBBH@ul6=aWE z26W5$%fszel#3TaQw;%@O4*tVD^Qtc2A#@uHNN}VmknMXR8UO_T}lSj&@d<2DvFg^ zEr3Zz2b4iT>Ga*c`OOH@B8^Zn)NP|U%U zk^$U*_NPPh z>1OBU&D>Nhs7OCX%B@5S$X|UVsNddtvqj`K-mSO3Zf~rp0Njv8Q6|H=wzhwe7&d9o z#UEQ93_Yr|Nno-qu|wS1TWiLvPW~ezQqIri%nMf_Om`2S_=;<`gY4Vc;2r`3T|n?w zkGB~okn(Z*$7)%Boa>Y(aUBso3QX^w(fzwxM-~D_OVG~CHzof~72d7i&Y>ImnMW3b z7p)WdpGsRMnZ8dRlpjOHuxP48fm36l?l9OjT#YB;Dg|Ydt$i)Uea(2$Mb*26VXvLK zWDH0db!5?lMo>u!coB@rke5V8Kp^fvf6pP9HfT}%uN>tqUMS&5TN%tL;@lw ztQFNHfhu2z>{8}+X$D)G+q6c@c6SZ?>46OuG0E22sGmxrZXUeUlA~kVWK3W8`F?QK zNzsDi&#T52+TvCIuwC@hey75;EBS>o4Vr!q?dk9%i46DUKL<3A+$b?T3SB4duZL@} zc07^ZqdvFw!&4CC<|`Z0GC)r_d3)W0qYe9_-C#F!^9yZHowl~dw-I;L(KP!-Jda$& z;pB!ZI|4?>l6Jc>jbFyR_3P7Non^3cjK>_-yW)xE9DYcI1r&w#I(qr;!xV(M$%u5- zv5IOfFo*sR8#MY%!ckJ}KZp*Qys6n>cCGuq-qhrbc^`9 zuMxPeUuzYWUy#j-!D(>wI@@r&pfjmNLjmF+Y)64k(Wh7lX_b0XpC{_EUwW5VoXmgi zy}qATzQ=u!)t1_(GQrFi+Em9PY`R3XDqQLzN1LWu}Y53)^qEU;{4ks@SL^;y-ae>2wV>+es|GKx-Uvjt%gfLEE{4H*NWWHz~Z) z;eS;iM;rU$Iq!8n5FYJyRq*?&3<2N1J&^-IWy_qHFSQ}y+-_G%zY_PSHjenh%~tK{ z*|WXtdlS#+8vPKERy(RQzQeHV^x57G-z)&tf=q(YkiIcUlsqoL7R5Y|DLJ+zgXF~s{hi>*7w2R%58n#|2Od;{J8mj z);Ar}G=}vh*A(@#(GQ$!(;Wh~5m09T1mb0?#}a*O*li)He}4_49sWY=&mVCjFF}>I zSq`mwUW-Uy5NLZ3`B87yI0wEWvoC$mOH2{KLA3XqiM4n8etFL@_Tnu?`gI(CnPGl3 z>)oG;>ksWjGrsC85;u7|ECsAvQCyp{1n|VI?J_1uRyLodsA2*%3jBJqd4p&F_BhZ&Iq?f`FXp9Bi*gY8tDXP~nw66TU%|5n{>}*sRSaOq# zf*P6P&Xj(8?A=YdQC4&G{@T@^dtS)vu}Lgget}#@c=b{ z%N(ywo|CsyqRSbpPiFAXa++^hGvH!iWf-opx z&Z-Aw5WO$ONI{@bex*fArS?pwuxK6leh=6eXJ+jfby%%h^pSxVh7Lit2{AY7C(}sQ8&dp6Kn7nC6q=; zecnVPAhDVDGrir(T-(S6sy6U_XZZ1Z{Vn?o`#8|w=)m%k9XSBt+BlT%R_E67$F^R0D~sc_eiae;;cLiskLJ3`Lx<*Z z1>Z1}+~e?cJ$k~P93p1j8h?X4QzGQjnpeJv^J9bDUHO!`AZ;13#%8(U2O@#eUXrwg zEA_|iN>Y%lgcFAW^Q`tM-3T^?RDa6y9{XK>Ouxg32CMGD$X4OJQP2)|Bl}2}$qWAI zo2Ms#Pl9OgFu5~u=fOg$v`vUrOxz&ai=pOyXp<`<9{&LDgh=zEwahx3IS6|vSb1u&e*0obegWPjQKocuo|MXFV|DWp&@j;<= zoWfM+-9X`ZWyw$2n0y=f+<}&h*6YCEVX{iAhN2Z~!Qs(BT*iMf_XG*gkAaC<%*Gh71ZvSGF@OWH3pG|Ts%rkJ<4-cNaI=fOJQVdC0i>&H-6k%WP1DUV=Xs@A@G zYNxuF%n2p$`bVTMP(z>_rLMt6LRd7aQKo~EZIP@q|Bc7m{qd@V*>!>0+6+PC)xjJE zQFW5NdZ8V|_4AdcZm}V_@fPj%tc=Fd{IPgHd-0-(IDIn5=1|hSA{Rb9eD%()=wT3! zme&v17#!P9QV&K?vVJr)?@j7QALUUKh;k>G`+F!P@Ci!)WgR?7;5G)w87L^Zdc8k%8a|Qe9 z`pfVBv;mUYK6o2!Blzp%u7#f`$Pi0u)mH()R)=N@oo9j-fB%OLQ|?9CvmfJaq}ExF z>o>g1`J#?;i8QPI|kVO%EE1@ z@Vbf0G3Y@%f;1NnXQlwCV>7_;xEss^EpW*8-Z{vUCS3Pz+wN)GJ#E`Ir)_K6 zTy5LawrzXbwx(?x)4J>X_TK00v+uoe?_aqpv#M4^Mny%|^Lw6r1zE;vb|snF7n;Z7 z6U+0@7fII#8Ur|YF^=X1X};~Qd8MScxQM#38-9_SpJ7i0@7K_gc>CqcRnE{z-x7yu zBk|48_!RPIwS}}Q-8WH;bw=2^2M0lq1;9NIRgs)EJDj-F1akn+Q zc+{Ee`KJHrSr`{ELYH z@`05BwUZeRljm=mD{Q_UzkrrM=KZn&_blhQ-9~0W;k6O}wsqSI%0YiO6g&DAJGJ)B zrL#=W<+ealP`yz@2%`i1@gG(9NY8;v>=~+;*uOLlZq#3{1zk3D87wYu@9J`?U=m55YQEO1!-WY_|?3=cyX2?d=PEM=u#6EfH_r zW#0b+T6NDR0{j~Hb85;Sh^rdAx;HTiq*MZQnnMPE>uiu*84I)$e6mO(E~15s2Fx;& z==*5kBd)b3z;S6vAVO`QW@oO4-#rK3g(TAf@+EcJn42Hs_mS&Bw)@TED61qiLb_}~ zgirE?N8@sm9FRG6yW16wiZ3n9vxWzJrzKZMl+2&39L$6i4c|yf{XGyENc{AdrGwAP zJf@(|Jn~2*!VN1T7oCZXf5}2K_&ygt6nLr6BsQm&J=)C|lk4ez-A9O;-N4cXEzXw% zatdH0xfKPuKw4Yt9!o)HesTTaz<|_+>2-(aEgE7cb|gCQNW=Q8NN-m*eoRr2kZ%{1 z!a&DF{|6`HUYVwpVXy|m^xn(#_j?ZRqCAlj=c5UwhBW7tfIN!hL}4cd-*Q3#+$l~q z)ESOOFMLOT!})-^4#SN8osD|NIIyTJU^5u{+>M_ZMxNlNWSXy&kAloSS8d<`Rd|u5 zqQ;C~H*^Z+C{mLDY5$9cJ><4#ejinGJDAi~@St5t%h6ML zhaTg$JuKZk7sgWZ@fTYDf&;=X#O^_R-x$xi{0(16qZozfakBIs;}w#K578e-c+|s& zoI6v`F$paz?hTfiL+(0*@qlKE`A z!P#gjjpq0Grdk1`xlq@0ag6_wZ-pG^;w3BZ?dS5*^K~@1Gu7kc4Xhb$K8i(DxsZQ! z?&~%4qm|A1E3jUmS+@ss;<_udpWTbc>~7XYeH%$)mv>yO=xD4BBQx<#X)22VnA`g3 z(3M4)5&wKS27KMle37&QV!RsluEEU0#B>&j9g6K&Z8BeAS?;!`3GfPDg0rI?=U)>% zE@_YBBe)!fU-lJWJVl7Kuv|mq86RVb```wppHHaHWaeBb>KFLWz%8VWmav&CUg)9_ z*Dcw;jbtMQ^mgwver;GrY{xI!xqd5JvtrY^+}H1%BahLjojZAli(r$v=6|Ed@#0Q% z=K!MsbRXY@`J)Yp1u8jCm#QU6vQ4)aIOX4f?D`1%!4>j`)06U!l91@@I#{W=%ao5C z%>0~Qw5RrE`}ybNW(ntwV#qMNl*rCNHg8SLCWE;gv3~>~`(PXRm8kIK`+&6-e88+5p>MZn{Nsy}=iy;jTx_|S%Ikog5aF}8t*;1A`jnwET2GGCm* znqi)7a;H1})*gRfP-9ye;T%Xy)G$TaOFKc7RS_Fb3mOYylU=SII;@fA7l@x4X z)7)+{$!1Y*=}clc?n7(e5Wqs8y)}W|7@0U|qUTHy%k+9eyB=GSP0+-%9Y6czfk`a{ za1OzoAFElynOsjLEKD8Ibh5=^W_ErP+qayIK%`_fPs_qv_SvPGFf-tq7qt{P>)Il^ z`3YJ)P)E{nWYz3Hs1}1%);4-F3Dp?C+{n&aU+#vzurL#|My^rG9N6=E?$0lnA$RU< z(*OV#KzGO$t>!J*wm#G16T3FLT^vpZoY_LWNck-Eyq7$temIQtT!sWGrR|%nUf?3Y zyphHKNr8QQ!=ZBEk`fYGXXwg3$!@PD7MySh}1x|-MM2>NxRj6K02Uz}%RBC7f5F@`? z%k8~E9mA`7>SuC28DB~KBHI*!|G6jxHDaM6JA;L7t&)%=N(G=mm|*L$&N=dPLSJ^I z4Txv|ZLdIv)?kj}`4D7O|N9PTebD|&G-jvyO{l=GD_evDW=^yCDo7`^mig9RsC4vI z1!CrajWxm$!oyw;hVj!17cMOlpj5Q3_f~6>?ACQ(0Gv>7971DUhH~@Ln8RaICkKrGa03X+HJ*v0k zwLf{-OOsA3ufo?1HABhV?!dd*Gv33yh)*!qV=hk|W3!Qt*25(paz>M6l)S}9)(0LK zeZy{MY_-J~qYn1R=Y27b;{-qNd!?Gw$x3=I|BAf zQLS+R$T0gTRMCVwe_S4u2%Q)ttS&Yhxs%#NS*=^&B9`)~z)qCq9xyL+>JpxF2XPfiXOIEnFqPOkUSEvQ7-Ys*R0lvKeejqhia5-r(t-Hon9Ql<;%keJuDFFg2}T z`tZ7|hWa^|0C?%+2K1rMn{dJwnoXg{PP~8QUDN0)p(+uz!}ELTp~!Y&rtuU4tmj_p z0Y>ISz5yp}aNE}y1sCm|rNbbl&jk+rFvT>Rs?)V5M3xguc|9ArFo9kZ;DMM$&~YdT za1cR=_FdTeY2-ZyF?mXS)KzfWB{u*hB}3%T91TM|0N;dx0d2Sos#rStm8Tmn3aJeP zqEN$FDl!TmAr{{Q)6sWQDVe!2v3NsRV!z}tA}Y&Ze`0%%;B^@MdBTnH;b}t_oXrc5 z6=AJs(8|si8^k*oG70!CSta^OViAmwJ!7+j#`w(pP2oO&3tJ0tT^-4Pb((3Z>gZKzGVtz&C$@*cReN{k1z55_iv2qA?G<6pBjf)c3@I1_K zMVQDXf;jB3k~N#K=>w6@;)et5MfifW0O)(mCTFF#U}f9ER}j@a_mOMQCqP zdqxzuiB1P3VQir^@JoV0CZq<&q-@Z6By2+B1p8>uK0d_*0?2EU90n{-yvudh#x)T( zC>)#i$WA$oQ8!7G=BtKV4_`^NMPgDiQYtt;0x>tTSo;}*q+I-`zYApkm{$d}?(o||PD8jdJ zRiz;n_*}k7)84s0W_k6|bZ1|Q>)-UZbufOkWKtn8=y=3p`Iqprl$$f8b*`m#CGI)+ z$Q7z^geZk6J*(x}SA&ju{{3xmgoC}X1IYbj->NLf3cC7>1?$Rxz3>I`qJs{`l~5>~ z;v36aa9DNWZ6MmmFKHLUt1}$-??^oBdAsg6S?k=ef;@=c{qTckJ#wGWoVBzgCI-=8SUQwv$?=s_jf3Kd!SiI_Dy{zW`fT z`1>E%$hT`}pU*JJJBT+P;64XXFEH-5KG5$nIRiR7gJ-u`9$k=x4gud^v0hTMs1Iw8 zeS)1j%^wVj86O-r%Z7G$8pH?M7<`Ee@9T_VOt%NIRyjKl|srMXS} z=--jByxX$mTc<&ZGs4{hJ>ZUFQ+83xsqVm>9|nIAgB?oehfz|5&m*Qsu5;PSD0_@er)X{U!rxBu1T)oosh9rv|h z*Ua=eBkI!<`GtN6iU1M}>Q4#)^)I-ncY?@U(hVW;A2?%%KnVpIKoOz{1Np%a`xN*I z)M3G?fjTVc15k%W$OG!II6^brEz>|9)&%4q9TsFAsKbH=GyDIe!-A>-byx)A|2PKf zu>bTkL7@zT4B!aifWw%80Cm`Z8sMG&kzqlD0snoR8mPnmGy0DX3#IfvwW|sTW;#=z zawXTq0io2j;b{Wmi{pbI2rp8BH_PFhzf1R*kNmj(mTxKt@o;D1RC063H_|t}Kv@fO z0WQbSJy=`#QK~h^-hC@*pEfJAr}*4E86#4Ww@x#i#_vvy2f}Rw(0s1pjDGEoaG&Cn zI5^Scv}PMTxGgwWoYmH4YbluZqOxx;kdA>eCa$JYCFt9Obh7rX!xpLga85`6AN_U& z`S_<~^Y@LApAiM08gta{9EYqwz9wXE+zg^zmVSBx#7?XT&+DDphzGpy9H-Qw6^eZ5 zL4phHlHnxq+-Y(Eh`X@6r?CAC)-aKcPe@8l_o$M=_`&$%0`6et%dPSoxU1c{+xHG1 z*#VS4oZFciJMiYhU>IN+W*~m-MQ3|UGO8evfRgl|wep0%HCEcrtS{riXZbz!J6gz% zR&=PjXsr}hmBL`aV9Y>JH)!)wnZ6rtQ0_tQg^=puwbBRx`0J(?0-k;UW)5F@YgjQP z!{cVU(lVeIKotzL3dguSF`7PG%W?__69(rf$+T|Vb}#iY{J>nRUqOs%g(RL|50wom z{lnAKLN9_NvdS7zhv?A_=U}oZ0hF!&MxMN)R-i(oLRb5(Jig!S>-ly0x%=$1r$!o` zigf~?^UpQ_*(dR5yv%MK5@&mOCkB%4S@$|rG5HF1pji9BZwxm@Td9Yi+3Q3c@B;iU-3ui z+gLth5|Vg;w3c4GRH8_GMj%cg&YdY!5sWwW_&W@M6^0cv@K=jw-P|63)>xuMXV?*( z$W&5r#uD*fe!U7e#wo!{jW<;|MGv3-WE7j$5wd9wd09?jdEm?K=8Z`#rBrj@evxvg zfE9^{6tmAam=>U{8$^eRQbdW7W@aqKaoZ0boCuZ=temyUjC!UNPA0*Z*>^YyQ4_l~ zG)E4w5!qR+^_IFqNaZOKBfB#8n7H00KzERN7U}LF(%>n^ilEsH*Hqv9p_;0xpme`K zQJSOm#yX(4>*yY>gdLo4Ya9>??It=foGF1?hF#lxP{xJlLIo_|Q76Q;SbpB0;wpqS z(vrY34Wp|LQFGw63fH@=af2<^P>@iyCR7Pvi2tB68Oce3Hy^_q4{4n0NS+Li*B~xx z_hBc^D8{TN%qV7n8ftX;EF;cwMVTqOxsDl{B1=n)naJr1DJrv*(oiq&YYu!;KJumg zq$d`!YlI#fPF{VFMDBTnd5hU?Az`L(>s#z?AV{c;9L21P&T=gFqI)Fy1;vR^QOgdv zTOqvS5Wp{aL|O0&DzOT7Pr`7D=c}sL6{VL3`pLC4h*ST_mva^))e{)65q7C9q?hGb zr`l68F{Fb!N91Ynl~r@g)G&hZ4J$(yS#elj5N)EVDVS~KnCmkP$q<}Cc1@|A(Y=Xz zCO%1_4JZWEu`XOiFhZwlC7-EL4N?H`C*q;GY@rdUROAO~T4;Y7&smsAc)l;|ATpOj z$cda&wF%iXeh2vu68>H>-hIm`Q}+cQP%5-@3$0EFMqU`Qer&YYA+l{2t9fFlM^v>((15<@yq^>rfb! z@J7oc20eU{0(|$og+G!#mbCamVB&Yt!c=pVYOzK6hxDi_LU}%YztB13ijH(K#D%Y! z21yChq@Je3R@;5IG?G|QfvenaKdZU+;6UlBba+P!z8}e-nAH6%UwJ#mNi<)44d*F< zLbkUeE^x>pMjB04D`>C*i-`yz4UrrCi$*#)%nuPTuTU9(m}@Y^J0cE(&VAYRs$dlK zFjVR&>s@IQ)zjNd(EBVn<2qGHbrmbcJK^)o&z^EKw#jp~rNatyq8tg(PCtbn&W z=kC5U-#Or$RKmAWMHex|79L3io6z->DEOZ_)`jKQHY0wq1j9cc`2ih(&AxMcQVYUj(stLYFEkbXQP)L4WJ}iwJlzKgwV<{vqb!MxEc7{F z);PiRhS>MIIJATNoSz_6{DYBE7s{F7b~Q^U%QZUk(KmQmwHSf1jA@;qwN)idgFfKa zL6oRybJVpM)N9VxcF@v*#L_u(MfANd$}98y0H$l;S40N&_=me~&z>g>2mN5SiZ3_L zm9^5VE8&Z4s;!WjJE=76H!;8gu zkO$t18n-$UKg2_mtE2w&rngG^~eOi-*Bu3%fnAKsIXbEuv|IrZ&vH}XCYdE*G% zgDg{e%1*+zmO(VI`ofdi@@F%QYC2CCo;BXwI`AdD-im(RIXV4djHfL#Q|VIbrEz%v za3=AFof@#N)WHF0a^&|;ZOHce(Rq~zc~uEM0^ftztIMI|yODp5ZzsSmVPE@oRc&Rn z^}X|yr{FFqGto5zkq1>NkVop42Zl)JGm?pGmbZl9e0_{2{i# zg=^d)hS-FBh-$=$;5Y0-Ltc!T{ZZ>_FuUqEeCd9uc@Wdl<3TQr#m)J@XmWjaACh&! zT|Iq5K|7|4@E9aSS*9`~-ztF(lf^|{29fkm;u_nCLLNucZ)E5y!P~;#W{;ldI3e%k z2Pjq5b!~tHDz`K3Q3VW(vro9As!C9>_uE!amufmo!=nW1qS5jq%eH}Le_&rn2gHy_KXN_ajB9;C@%}*)K zw2m?fz4zNHfy*gBD7^P$TuyU?!9_0n zbX{qHjC+;SPuHUV3sb~ z;kf|-$h&IH!(>Me(9CP2!^iN|YCA?q!oCb@pME=fy4L<~-?%sM7fkk6_BKhwqu@Q` zc3Io=&nL=tk1}?|IccdJc0W$z_-W0uozgeP0-$35 zwpT3n^YSCgYq>or&Srh)q7?0!W{r-K_6@nJw3?5#kKEPj!4{W{M!yrGpfXH}Lbr21 z;~kzh?mT5gq0sGvluXpV798>z&gAZ#g=R@c8Le@>*551L!BV3<;8(U-GxCyv+FMT1 zdRlYIiY?8h%-^SPV!|>}KV48BQvrbwsf-Ic9WN>j;92~3FF{AthUW^GA?3)c#IaqZ z&-HtV%r6?5URo*S2DPeE#~tFqev2GR8y@EC5?R;q3v3)!9++x?t*S^lL{YuYxc35E z*+0U*xKAp#g42-Y(AKf2Z=7QN&>OWK9z(+8JP1%BC&BKftXK6#)`9eZH`p zY1AU$t#Z3&iPtv*9RKR<)Xi=*Anz9K{H0{$f052glwg#tUb95F!9c3uDLdoiR<}rM zj-k@H8IqBxA6c&BVemOms-`OXex-=y%AHERBZzGkjlR@M;S(6CQlk>ijYGFc%{H1! zq)|@mSGW9>el8=^`um)6&KUy+~LLI>hDQE0^Y$FV)MGYf%OwS zC6|FvL+v#JNzZf?jaOa{*}8Yg#>&nAiEc0(w+1iZiG?jIFPrv+^)y>wmfM=FEGCa5 zaZw@=GZA*eiyoTPIVVh!=oc^0ZFEc_k-rU7)Ueew?ppk-ljLsw3>kpMh_i(ZH<|h1 zsXBm~hMJa(%UEmnkwra)J)V(-$3eIvHT@PPak;SW+8R-ojog2*l@0x#^C@`gHuIy3=wYo8h5fi3K_^jSCHB5vzPx5N*{SNcd3#RQ=bv1I|( z1*`EL!z|$YsqZpBX(k}Z)?hIS+648ILx|VBfskz7jNlitpB_UN7{a2dZ(M+TdG|Ou zA}TWK^)C|r#1;6EuDZXUgF)K{Elo^h;se7qlf1*&KQsv?*NO*Q}L32P7?QXerUGC29RIUKZ^qyzYY2{C5(rT~R zCY)2M-Tcmv-H4yY0&e!V?x?$`!$cY`6pAUyGDtG`aoIL{+m;%Fs!ea6pXx;Sia!&? zmxD_r6HLrL!RxJ^tBgxDkmaipz(cl|v;Y3^;B2Jp+zR99*LZTI_+^L5;bsNT+d+=cm- zEl(`~?_X4wRrh~KWdcSMvE|OS&kmt-1$8_G);(JmeDVactk2(9y-HGLjV{Jk-9{(P zjfG3)Ml z-_3KMoJ#+YOeqwuSra|4$52`|b&OO$T0%~wvJWWk2TRCs>qKSwFw*@6^8Jr~9%43LX zH&So#MdkfN;iV0%OOvHMD`mx)Wd%1QOm_%pP4>lGJnPSBZq?H))Y=11iLq<=Gx~GZ z!HTcpv)TM8IaO2uZlkQz-$ppo6c+5%q*e+X5JdB0Mw%)4Vp(rAKbj1o2hhegIW)iOrK4Epg{ z`*M&msF6AsuNev*F@6YG={7&fbT${vW(oB{q#xN1QkL9+ZaB8=c9xG*(-mt3MLXFz z<%ywsiM(|IV<0f5LuS@pJS=LA%9+{7 z+D57{G1BFz;C_l995byNE@Ygznw0I+@_cwTzNDAbyZYlDNLQ3{;l9OUS3Jr4WIfe|fP?#ids1O!eif#Q1H>~YJp@BYiu7J)473}=~q7*sosDBHdUtIG+Ww}9#< zShDnz6@NL=^!9pbNN*bru8&iy4F3Ttnc(p|pr|9?m%}_7??VrnD0m@AelDRL^Z&uqj5h0W zJnhTQ8V%q}y`UM%vp;RjvzulgKqxEtLa{U@xM+UVcNC@P1Mw zkhvGX%(d8oUx5ZrCTl~DbbEQEIdAHyGdU|eLO%!84}I1j45sTHZtd+a+?wm5)n!y* z36xt|{$B%VX(jBJj964j+hUha9B3M3WtiKRP$RHJ|T4K`98memJ@vEdaQj zX}Monj_7!3Rzy%?a+>J~=!yE^H8VK$1kOGf1%%Pq>o2_@K^JI zL<=3&_yKZ+r)s}rDR)fzm1~jnAQ<}#BQS-7`uu$RqVfSh;~U!+$mg?$%&l z8TR=FBp~Bo20&RH+}{X<)CffFXqD?*A8qVF9*EH+4hBdNn4yw?Vh~sr8bHEZ*kOn> z8Zlm;co@pVWt@ql?+L@$*8do|Lj%xOz6t`gmDhs;ZRIB5hPM7dTe%5%GSF6z2lDSR z&{qCW3lfd!Uk}Q}0Wu8Lw+aHZmH*S=;Oziy<^N-N6lg2|XYe0eIUMRN;r~CB;GW~!~6|}Ppmnoo1%Jmj2lD&HYyLvPbA?E!e+1L^C!w0NgN)MSMsn0 z+x@#CqQ8EPh$91OJux0@2KxFOjG6M{Fkg4BYD%^tQmW!3TB{wJG(|>CP!B!6Kek#o zpiIJVd<7OwAbb`7Byb?_vjE7uoK-hIz>3y|5yF=YGjt4e(Md_e+?nI=qU=t-bDxOO zD&(?c)vWR#$A#pUit;d5_0}io=|7Pqihljs_-aH~fx;x*OomOs4X&&vgTsmqOe3}* zlT!$kb@3AjqwwUoElJ)C#7jE5z1}%JL-n2n1nY}FcF$b6YlU=}vg@F(nLO zxL|80c&?emxPz5m-TD_2j3QZZPW(_#r7%wZnAOt*#n*D)Fo04MQpU)%kB!$<$7An4 zLbD}3!l&v>#bpz*LDIR|V$%W1U(ta^l#I_2m?xtwA9gYf4UR@Z>~!B>FRtN`X>`7l zEg|-(r)b_r?uO7EDm;fABh0)n>N|1n)V$@`Y{r}ypSQddvUh*^%8n5<*?TblvQbdN z=5s>UmgcWd;R6shI$@$pq@b}x$+FEjNAC_4+E)c-l>I{GTIiZfKC6?R^s5K@B4k8qF+-<%WQpV~m9ZJi_;P3=2KF|V zO|Nh+S}l@vpe*{Nfo82O35KKo=Jby!ovE=!t_BKCPypO$lsZ%e*5&IQMnEcay=@p$ zFv#P=AJRqthYVRYFpX!54-#4sNLmo%aPDEbl%>+WB9MIQ$VkmPf$+{3uVgiZpoUZ= z(pe;!;F1%Wa^G>&fk2v)*2!Qz1oy3Ad4~gH%c9BbH9kFES*oi&4agQ_4_71sPFqC1 zU}y1YW&kd0QVb#7`BY2#Zz`RrfSf9JzC1PLDUPyy#^tJ;3t`);c}8bOmq{P@Z;tZz zS|9x_3*E6mDQ@MoSfWa{PrdDr?zf)jSeq3p#32tP|CkV2!D)UIbD!dl>k|E04d;R_ zv;ZG94C~))DwD)%! zZ_CM;oO3VE@Uj950sUs4C9p^{r7tRLByvKN|hY)X(? zyhYQWuZFyG3XlxU6~wNF>+XX63a#jTx3_^rgh>hN+l6eeMhvyPc3e~Z#h};I+4&5mWEfBdM)*Y)ag>{W?4TJ?hST#B z%OWR;+Xk=^<4bet6aUS^4Vv|9ZO`6|>+y$1+dGdPI;g-C_KN^F= zhn@1-p``R)U)DuVPM&r)GvPh1{OrHBcb zv7->|OpcA%gic zIi#y8CLR5tNZ7-f2u6Jo6B4?x=#nCIcH{-R_l3o-ISgWCQM+b(YWq~7yvY}9$r;Xb zImjtKK?|6Y(mT46ClxTaH@3^M!7?GKvW_?ynZHEgK-b2ycpNdmjUon%s4!Dc>W+m+ z^5&63*<*6emcJ9pKP}GBY0c3hApM^dujuI3PmF4MF#a0qI7B6W%J>%dPDajGQ;}}q(MK~4+%^gB=@1+ag5&T09^>sWV3}-^IRtSyduhBIZBWrr1sK(f0$GAVAt71%szw}D zV~=sn0+GYx_N{Jz#P?-v)%$hqVmU`X+;0YcYL*569S<1;8mv0QV~g|21i#|Zaq}nF zBq&f(QwmZ<#L~M5W*x=ND&ql;@p=dWjyA-60yTQiOm3lVeqq;0{bRI93{!4jca6F8 zJ?og5LF2MLqL#k@_*Up;!6yvUS4b&$o$CL=NREyvp5`fZNWGufhX_NVz=H6GN~ z?AoWIchwx307?AJZRJW`8}tB!>u64bT`*&0fXNc+7Ogm4NGs?$00XMy_0Kpdeo&td z+f5Fe^$OKVC8d56JEruAVddJ{29ocw<$XExPwx+R2YHRm_fX8-+l`a_$#AEFLg7(K&DfbC}2ng;LoI-z%lZve$ic7#g`(8>wBs3TwJwf78IP0qCHuja}q zP>184Pg~EYW;u}Q6{1|~*dE#2V>)9eSglF^!*wqN;p>?qx~=r3K6*2W2mZM$#Al{9 z!F(Ffq>o0qBYpGZ&y2|rb~4UDr^CKHABY3q zhdcaQ7nob(mTI2ZB!W)JZBg;!_`qG%ZRD%bOW2!r%Gkx5qwtg%Fyg8*5!eg4mQIiI zF-mpyR8K{lVZqt+HI(DSv|2J(TCR*>=1{S`1W^850YJnGTRBJSO`HVILEYHJL=PRT z4lb01uAZ2AewDPYkdCUx5N znRan$fQF>~mI9*(#Y(%A0&4}8POFdx69T15JC_FI1ML5ktn7E=!g?fjX)kB!B-?4p z;a`ym#r|E?fK(3j)_F`=G#s)xxv%s{z#jEosK!w1amhRr!1awmq~p5_zSR1wwV`1M zal}p<|AhJ4hrUk13?8}tup+yY^^y=f9nW`R66Qw90KF}PfSDE`r}_mq1EL0brxSw? z^(y}Wh)!doeraq9a%lMc8FMn_g_;-$qnAN&8Dyz|#{)WG$t$R?1|%D=m*x<&6`+=t zV<1f-&?CP;?QBeW(v>&Q!6ROw2Li^ zl{B({59GN8$)Gy0;?W~IY%qkj;!sHp^S=EBjA0FGeOrcNNcI^#59L=L6AorTGzv1B zhOZUwZ=5<8GE|S$fYS=1p`ZS;k&l5X|Am+eRi4cew1}jShppu!*YqRj4gDM%0PVF2 zfZld*{W0h@(fUL4fkXmkz%nA#nrr?QajEV?yCwrg5%^jfP<6$EXH#3z=zvq##1K^i z{2^59B!H^Wdw4+gUwr!IqI8C6o}eK!yvnB+xeyYs!*dW>Io&d(tN%i8pcmdDGbdAU zl{afM$5D=1y*3FY3%<3_2)uZv)dF-j$e@GSkJYsL?ut#Jb2Ls8DNLD})->TU5jYBeR z&xK?&^&;cVsWa$z!hpr=naJ!vv*ALvpj8)jb@l_*87(D~N?1p@3 zu^qzU(AZ{bTG{%|03@)UY1p#AFjc(sHHDBRBz8@WFM1?)=N#fZCly96=W!wBAWuOUR3 zEp73mOHc%Ig|v{E+r$U;iU|Db!-^K+bVV&4@eXLG_C-E_(h#ltPI$q~U#g@41_p}W zs;mTt4+?sjX0Hsk0~(a3r~)Pm*aRcGk@FB+4{S^*%{~hy>sYvOQts2cF8hRs0dW-T zXz#Kml)ZI2JpSMUB6|uMS|lz^3s6i8Skmz(;wbzm%djElhCE=o_5vHrPz~5qwQEL> zkOq)O%YP8{BvbLaWd;`*(rb_>Wg@&(e9?i79ANLI;}V_bC*(sy$RPmtCUG?xQA}}4 zzFFt9W$m^swxnF8Nu}h}`eB+)k((83*Q^EjH6dlUh*!-{)u|EfJ)U3d$bN7knTNc1 zF6mJ9dy+qLV*Br6=C3#GTT_&ZSDtCYMb=nEuP1!4D$g8#Iv1@yG?M2V>bVV$i^DWj z6V)k~+oQNW^~o#g%MO5Zv<`}H>sg;ZBQl?t=USU>&V!xoabd+T-?ppwtv53l)>*As z_s+A#+4=q{?Q*{`&rUL{y>Em(gsFKadUx0``8*an7o{Xf8!_)=BuI}~vEqCd!nY|L zMBlBYtLqm^Ap!*F8RCOdYghh-wiJwYy8gO6-m`-}E zNXNC&%;(=5bwwu#-}!BJ<}pIG)(n)f*YvSZo6{NR2h;e~z&O}hAon5uK#8jrP)dDk zPigJ4eSFN0Q>MjC#aE^YdZGp`&fPK>p}vRa%8V_kmfJy%Y{a2<8v&PJ{N|MH5;Dt^(ZQoFo)(w-h|1*yy7t zUbCzf^2@N*w4WGOwI47kb2=|Smj!4fJ7UZVR8%@VI^eb1W+yIXK?fWm4Ex| z+MbG&6ZH-ZFn#Xleu>)SJ(_oJL5?Fuw3G;M$^5BX;kZRNJ?PHneR8l>8BmbmI(@ga zJeR#WKXe{F=-@PYzomNTi$ktT=UKqfJtMd!%S=5c{1DTlX{{+@+$DSrI4vUYEExQK zkkp=zGXU!*j~64cPv5pca?|R*c?iH`xXtwCx%jf1zhKL#esZe)W0@#XxpLX^DfSJS z83f+Zz#>f-4~!fzAP^=9k<3EL5Io>6P@KUi4zAh7Xv`jhyl*QTzsQ^P1qw6lnXEW&sOQU^!D!H+OX6ZebVJ=seG^ggQixLO# zpv$}V+;4S&<6MHzL#99G5S_Sq^4;GlCv}TO-R1UIC zAm1hx^;9x4WztUb3#}x$DX$JUbK!ANT+MW{v(WcgNH?|~D)-;-ya0#>;&7lwi?H(i zFU2RQbI_AHtkN&QYPGz>a?Yud>)3l0lcfW6cua%yr`>#KH76qPcTzPMsFZYi;xsBL zZ9y8xcxZrivsy5ItC~77p0(z0q9z;jCW`~?Fhli5i$e%k=rKVYR2=Dx=~Hg@TK6HP z^qIaaoXx1&>y$QEkDvZ&@YI+RM04zlm5^B_w0=Ur#U(5_(nFeZs((eur}U+Z0PH6z z>wm-PU%bwl{>ary`Y5zi4v#~jJw|2MQXK*8k$54)mvNM+S&;Qf?qxn5a#puq z037Z7v5`ddV&jY&EtrTe;)FakDHpFzvbuJOL1C>1AGVBPtTIrVk0Q;qc@;#Om^{f= zoSA-zmJFVeSuo>u?0PLHDzYw98pOk4K-yJy_~QiMaKFE?6+8sKso zRMr4hE*0y*$RI}A$KcS%h<3)t(Qb4zhDEAP5ci-gfG>8YBsGVDaka?!SdtaB7mdU6 zztGIWf1nxD|AuA){~MZ_F6XcZqM0>PrLuc~hJOR+v$JIW-6?rY%yTIj z`$|db)ClNwLWk_#$R%lje@TqU|0XfE|3zYq>-wwylf-;z?ZEvfg|YmX!rWU1^Z*in z1EWkbO+R^DugXH>hTsDg^8dVWDkHs!Cs%Btd#b=%*AD$ANb_r2{D03aIh_5k+!DRr zm4e;(VLa=f6ekFn@t~UwnH3o~R4I8_Ef)d<-4&ti5l;U-yaf2K^b&OM|Nrz-?#D*@ zh9+pc%n$ZagbNR?d#4S;`3m8Zwr^{CXgz=KO=l(PS9One*Ok-|E6R{ z@qb4xSxjEGt_w?wUPH||#q|y|M{;{eQ)Pdys5HW+L(bP&x51)L5y!$(^54*P$*li( zZs}>ri2Q?ZB@LDsj17QL{H@~e#mYeWRzMViXpaEec9|OB2zm#7L*2+4^gUmIU(mP- zQm_a-Sn)}YwJL)Tqp8-T)pk!9>sAMK=A$Cq0{F-}a_{#46tJT-Fm7y;Dv|142JYS< zXOksFL6s{bP$|8Ilm_ZyQsZ*u4Kg!D;Lv0yGx$gHypjL=C?vr7i?j?in>y-e!DPkZ zFD|0%0|ok;&q8RR$u^=Ag1>Whg5~*pqMakBQ7_2@u7q2fqKt)mNjii1Lm#X813JFc z>LbZL>3!-s)AiYKKe=4BotzzCtK#khg~zGMTj#2ZsNIP@tey1JuV!u zZ*Er=@ik}7sZ;+#G*WGjy$|5~XO9*l0c67+WQ2EA*!Nx5;bBz41}<1p-{2*aGGv6u zfP4WNq{jq`@Tb5WU^HN#3>Xc#y#+=CqT~LF1`y2vxZQ^T$p-jf0J8xvtH5l)Z2+^t zKiPm=WneZS8u>qtf!Tn6`k98IhhO?|h;a77O?-%V|7{GTQz-Yif=a2)V z0mG6WPvnG~WIs;Nbh0>m;<+ixgW*$OS0+1y1{ndRrdpm0x9wOB313fEzaxH4F;Xf# zjz~*y?$}>tabo0RJF(V#sCz>Ax&>uM#M!Kj{6V~;n7&qMy8r2cWn@|e>AKhW^D8-m ze%F%uAN&-9bYs*z2XN=zp013~KhHX)oG8rO3w(#ZPaxzIbss3$gyoDU6JD0j)Qdq9 z23CYV-lLryBQ9+uy)TJJd!oaESedno@rGf-g}A8Vx-79lRX~`yK_Z^fo>eenR%p3alERD& zL`w`6Rz^wA!J^hS>7T}p{~4c(WC^j^i-+(#ia>y0^=wHNvVWfvykDVN2xSllV1z@4 zV4^l{vHv0%(MOxvTF>*T*f@9jXnYIk_~Qn@|HU_Sd}1KIo!3b_Tk_mfj^Yb}=W{gVqiq1ZJ3 z_qiaW+>BvjFlElDGh@U9=mP&F!1SpEO3nQVb`K6>H-_`w8;*UZ*+G_!v$ zTs#xWLfs6KKQNWGe(ABq;liWQ2ZenjVyF7ssn zlw>p&{&B%wEt>pUi&5`;JSLV${cq}``3wg${x)U95Un&iUiG)8t$A4w|4Q$(9=&G( zFi9D2`S{}~S*bkM{sZG1reA%@dftDZYFX1*zfzWT;?Y7Kl-ScZ?np~v8u^q#8`ZO` zhQ2y;+su0Y(VJ#+9^>Lk$|%Z*F>w@sx||J_R#hgAubBvEq%m#q>>X1uH8bNOkJn>m zbBmny`n3=k=nGR*k?~g^)YGk8(!X0PD%(_HM;TvmM7_ zG*7AE^mKCqn!6I<<|1I@dMEmdkxiN3@mOb{)Ozaod8^XcC#5R7ZnD?)DZ#TEuOOLm znm(w>j7Gk$={k&4YCU;JNz;E|oKmWaFNqWWNy!*z-7f#6Wb|2V1Ad+?5<{FZncjwT z@g***axU>Ns~CBc^6_EHTRzTodCSKKs?+Iq)8;cS${LMyo{b9(z1c}-vb02PC+xqJ zjKgHc;~&~78RPRP`?2XbSV>WzK~a27o-`Wi8RPQg^fcGZSmX5a$&7#2hAYjA&vhe< z^xF*w!@k>%`{Koi{FB0b@v+F_zFAzfW@b!^){Klv#>im&IIE^|z8mM$^jvYNlAf!z zQLZ>2rss+eTzanfsHNwMV@-Olq~tn1Z5^j%j4Lte)g?8RMx&P^DTWz3RU+eU5*pH1 z!R=(zj7g?T&uEyLO!t4-+dujC|AO$$`Px{$|JQ0Xx}DhmU#Hh<;{M-5eE#*2{Oj3} zj%|m+H*L%;L(Z*3`@ZHHUzx?qbYzQ}!iEP7y9aykJi|f6v04nxrQDQJJ2bQ*G)Rpl@jgw3OcE6s zUzt_Va_Gz_IzYXiz(T*{&3dcXr8CkXjruXm&TDGLYhr!v=B%vkSJqBewozU2dOFE^ zT6u{&>H4*G6SaSBUDa_RRVlpI>-Bie^C*k5|C+MR1>-AQ2;{k@>zo}L{J)l{N-d<& zIyCLkm){q*M-x?tWGFQ@yMj9d#j*?k2}b11XVNk2TW5YxT-!8s@-MUt|MA8kez9of zzIJEm-jwya(fEcx6Uug=7&lMaqYhLHZdo;*j%=|Xdq#gO+oA%Dw6iIkPdj8^#!R65 z*lI64*k+eYIHd-*oT&p@WHoi&a7PRov$D78eU6!ibzc&itu; zi4Iv0{tK3$Sdjs5^R%%xGtA`~f!%W3)Z9a|e{Bq9^gHsSZP`qa|41#f+rC>_CsZT?lA&Jqox|FIQvAA}5M)v=oMnh}t z2W%XSaVS0c%7wQaye7tlET5R`SkQG|j>(a^sWB!Ro0P8`_*>Kc$aQ>?FJ_jQp6_Q6 zZi#;!%nZvHt-a%u`TZ-|gVYwd0UWE;vF})otj@Z;pCXl%pid`aNh>Rh$qs+HM!2if z>8QXVEd{?Bez!nE|5AVl8j9r)F2NA%j*-S>N+c7%Wktmm5T9xWxE(;9q?#kJ`B-#| z`@xSiv&Iyz2_vf35$RJ2;h^@3`jnXeaqxdv21Fe;QFyh+DP(FW!-ux#*|Sv1S?A&Z zdD{VXjaUPu>ysM>@aH9@KyGcwOR>@%bfrlDPX3nVTHSB_6b1C#4M`b%{E_$jcH9Y{ zg_3=0=sLB6+F5g)lR+JDW}4|g$QVBUNDQHz;KT?5$A{Mz@P3(wEBDj+-62x-P? z=sJyHNEPRKX>6>TwKzXCLas=uFv-hcfW$I#C;P}U;uXi1QbS!%(ZUJERq$=*NJONW zWy6%DRhuOKB-m8gtE(R7DmykeWXD8#g&|x1^!wr=i|ZPEK!6MUgL5%my4_N>mz7H~ z?&==Xc~9D%_`>uRm!Lgh1D~_}>H>eh@(1zw`1m_jI&)=S!gZvOzndf)3}{yk;JR|m zSl#CNhoWHB?xBnU_GglNSBNrSN#xhN%r%FNiK++s8vR~9bak$&vml3@!F2j~hs7eY zoab-&jLtLhl@w|i+TS7JSE&ievGwtMKYeVY^PyD6o3_OP$ul?w$j0)Prc8f_QYM-n ztP-^%ZOFR2@TfFqc%QzLT8R)pdqTX4Ih8-9n3KO^^WMloRDzzMV=`Tw*QdAKpCAwn zgnX^>OKpN>ylHz{u!Q4v^F@-T8ppJ(AWM=Pq`DF_pVGx!sP?AuNrF={)*&xn=bjvg z{x6|!snZ=4H7srkiW)*w6o!8inyR$|JMd25I zOUP2EuNxs=(jP$KGB!}WS@}n}$EY-@>B;4F>USw_XSVzYTnH$7kk3qRohQY5rKE?5-(x0pC zuISTv?7uzVt4|zlIkfLpGSm0>VmqmX1Vy82U%&_4dIE#>3lo2L@TUeTl4U|AyDL>E zr9#i2=v50mSZgqzE%*oiA1>&)Q9WbJ$fWU>9M;&`*l-w!*<%jN>ej3*%C($WtG%pt zm|RKrUo{_PzdM1-824OCTK1=Mm$WY2YofA7HS$+&g~*YMZW#m^Eo+X?<%w?}gjwR} zRs78ka3raN>nVSc+a8BRNm6z$BIz+BKZ+`eYFFVpmrF@KTb>`8%t44B%Bw?0>i_g(?W8t3pZ(Kl1+2X|cs$NBBo}0^L;g|>V z&PI1`SZuuN6Jz{}j3`%BI8*aCD3)Dw=$vX^#^BXGuQq?9)*`uarYz%Nvn6A1B=$aY z#pZlE0Z~&i^*l{RNp~@sP&eSPof#mxTS!voCe|`{k&G$f{M}1!L``2Xr0;TUP&=GK zs0oW#wWeaaSEf*ljHW885<)1&BnVWZbyUh%S8MaZuhGJBZLz+^*E8QtOE>wIH+gZf nv>926A
@@ -260,12 +260,9 @@

      

-

By default, Hero provides dynamic duration based on the Material Design Motion Guide. Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations.

+

By default, Hero provides dynamic duration based on the Material Design Motion Guide. Duration is automatically determined by changes to distance and size—saving you the hassle, while providing consistent and delightful animations.

Hero doesn’t make any assumptions about how the view is built or structured. It won’t modify any of your views’ states other than hiding them during the animation. This makes it work with Auto Layout, programmatic layout, UICollectionView (without modifying its layout object), UITableView, UINavigationController, UITabBarController, etc…

- - -

Checkout the Example Gallery Blog Post for a general idea of what you can achieve with Hero

Usage Example 1

@@ -354,11 +351,11 @@

Swift Package Manager

targets: ["MyPackage"]), ], dependencies: [ - .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.0")) + .package(url: "https://github.com/HeroTransitions/Hero.git", .upToNextMajor(from: "1.6.1")) ], targets: [ .target( - name: "MyPackage", + name: "MyPackage",1.6.1 dependencies: ["Hero"]) ] ) diff --git a/docs/undocumented.json b/docs/undocumented.json index fba1b9e7..b198053c 100644 --- a/docs/undocumented.json +++ b/docs/undocumented.json @@ -1,4499 +1,4499 @@ { "warnings": [ { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", "line": 27, "symbol": "HeroDebugPlugin", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", "line": 28, "symbol": "HeroDebugPlugin.showOnTop", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", "line": 76, "symbol": "HeroDebugPlugin", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", "line": 77, "symbol": "HeroDebugPlugin.onDone()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugPlugin.swift", "line": 87, "symbol": "HeroDebugPlugin.onProcessSliderChanged(progress:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Debug Plugin/HeroDebugView.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Debug Plugin/HeroDebugView.swift", "line": 195, "symbol": "HeroDebugView.gestureRecognizerShouldBegin(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 28, "symbol": "CAMediaTimingFunction.linear", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 28, "symbol": "CAMediaTimingFunction.linear", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 29, "symbol": "CAMediaTimingFunction.easeIn", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 29, "symbol": "CAMediaTimingFunction.easeIn", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 30, "symbol": "CAMediaTimingFunction.easeOut", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 30, "symbol": "CAMediaTimingFunction.easeOut", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 31, "symbol": "CAMediaTimingFunction.easeInOut", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 31, "symbol": "CAMediaTimingFunction.easeInOut", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 34, "symbol": "CAMediaTimingFunction.standard", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 34, "symbol": "CAMediaTimingFunction.standard", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 35, "symbol": "CAMediaTimingFunction.deceleration", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 35, "symbol": "CAMediaTimingFunction.deceleration", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 36, "symbol": "CAMediaTimingFunction.acceleration", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 36, "symbol": "CAMediaTimingFunction.acceleration", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 37, "symbol": "CAMediaTimingFunction.sharp", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 37, "symbol": "CAMediaTimingFunction.sharp", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 40, "symbol": "CAMediaTimingFunction.easeOutBack", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 40, "symbol": "CAMediaTimingFunction.easeOutBack", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 42, "symbol": "CAMediaTimingFunction.from(name:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/CAMediaTimingFunction+Hero.swift", "line": 42, "symbol": "CAMediaTimingFunction.from(name:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 122, "symbol": "UIView.heroID", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 122, "symbol": "UIView.heroID", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 129, "symbol": "UIView.isHeroEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 129, "symbol": "UIView.isHeroEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 136, "symbol": "UIView.isHeroEnabledForSubviews", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 136, "symbol": "UIView.isHeroEnabledForSubviews", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 142, "symbol": "UIView.heroModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 142, "symbol": "UIView.heroModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 149, "symbol": "UIView.heroModifierString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIView+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIView+Hero.swift", "line": 149, "symbol": "UIView.heroModifierString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 65, "symbol": "HeroExtension.modalAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 65, "symbol": "HeroExtension.modalAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 71, "symbol": "HeroExtension.isEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 71, "symbol": "HeroExtension.isEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 128, "symbol": "UIViewController.heroModalAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 128, "symbol": "UIViewController.heroModalAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 134, "symbol": "UIViewController.heroModalAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 134, "symbol": "UIViewController.heroModalAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 140, "symbol": "UIViewController.isHeroEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 140, "symbol": "UIViewController.isHeroEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 154, "symbol": "HeroExtension.navigationAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 154, "symbol": "HeroExtension.navigationAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 162, "symbol": "UINavigationController.heroNavigationAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 162, "symbol": "UINavigationController.heroNavigationAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 169, "symbol": "UINavigationController.heroNavigationAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 169, "symbol": "UINavigationController.heroNavigationAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 193, "symbol": "HeroExtension.tabBarAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 193, "symbol": "HeroExtension.tabBarAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 201, "symbol": "UITabBarController.heroTabBarAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 201, "symbol": "UITabBarController.heroTabBarAnimationType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 208, "symbol": "UITabBarController.heroTabBarAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 208, "symbol": "UITabBarController.heroTabBarAnimationTypeString", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 242, "symbol": "HeroExtension.unwindToViewController(withSelector:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 242, "symbol": "HeroExtension.unwindToViewController(withSelector:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 350, "symbol": "UIViewController.ht_dismiss(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 350, "symbol": "UIViewController.ht_dismiss(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 355, "symbol": "UIViewController.heroReplaceViewController(with:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 355, "symbol": "UIViewController.heroReplaceViewController(with:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 361, "symbol": "UIViewController.hero_dismissViewController()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 361, "symbol": "UIViewController.hero_dismissViewController()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 367, "symbol": "UIViewController.hero_unwindToRootViewController()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 367, "symbol": "UIViewController.hero_unwindToRootViewController()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 372, "symbol": "UIViewController.hero_unwindToViewController(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 372, "symbol": "UIViewController.hero_unwindToViewController(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 377, "symbol": "UIViewController.hero_unwindToViewController(withSelector:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 377, "symbol": "UIViewController.hero_unwindToViewController(withSelector:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 382, "symbol": "UIViewController.hero_unwindToViewController(withClass:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 382, "symbol": "UIViewController.hero_unwindToViewController(withClass:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 387, "symbol": "UIViewController.hero_unwindToViewController(withMatchBlock:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 387, "symbol": "UIViewController.hero_unwindToViewController(withMatchBlock:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 392, "symbol": "UIViewController.hero_replaceViewController(with:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Extensions/UIViewController+Hero.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Extensions/UIViewController+Hero.swift", "line": 392, "symbol": "UIViewController.hero_replaceViewController(with:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 25, "symbol": "HeroCompatible", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 25, "symbol": "HeroCompatible", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 26, "symbol": "HeroCompatible.CompatibleType", "symbol_kind": "source.lang.swift.decl.associatedtype", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 26, "symbol": "HeroCompatible.CompatibleType", "symbol_kind": "source.lang.swift.decl.associatedtype", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 28, "symbol": "HeroCompatible.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 28, "symbol": "HeroCompatible.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 31, "symbol": "HeroCompatible", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 31, "symbol": "HeroCompatible", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 32, "symbol": "HeroCompatible.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 32, "symbol": "HeroCompatible.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 38, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 38, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 39, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 39, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 40, "symbol": "HeroExtension.base", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 40, "symbol": "HeroExtension.base", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 45, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 45, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 146, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 146, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 185, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 185, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 214, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroCompatible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroCompatible.swift", "line": 214, "symbol": "HeroExtension", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 27, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 27, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 84, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 84, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 318, "symbol": "HeroContext.subscript(_:)", "symbol_kind": "source.lang.swift.decl.function.subscript", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 318, "symbol": "HeroContext.subscript(_:)", "symbol_kind": "source.lang.swift.decl.function.subscript", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 327, "symbol": "HeroContext.clean()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 327, "symbol": "HeroContext.clean()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 337, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 337, "symbol": "HeroContext", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 338, "symbol": "HeroContext.hide(view:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 338, "symbol": "HeroContext.hide(view:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 349, "symbol": "HeroContext.unhide(view:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 349, "symbol": "HeroContext.unhide(view:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 421, "symbol": "HeroCustomSnapshotView.heroSnapshot", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroContext.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroContext.swift", "line": 421, "symbol": "HeroCustomSnapshotView.heroSnapshot", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+Advanced.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+Advanced.swift", "line": 43, "symbol": "HeroModifier.beginWith(modifiers:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+Advanced.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+Advanced.swift", "line": 43, "symbol": "HeroModifier.beginWith(modifiers:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+Advanced.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+Advanced.swift", "line": 47, "symbol": "HeroModifier.beginWith(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+Advanced.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+Advanced.swift", "line": 47, "symbol": "HeroModifier.beginWith(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+HeroStringConvertible.swift", "line": 29, "symbol": "HeroModifier.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier+HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier+HeroStringConvertible.swift", "line": 29, "symbol": "HeroModifier.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", "line": 27, "symbol": "HeroModifier", - "symbol_kind": "source.lang.swift.decl.class", + "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", "line": 27, "symbol": "HeroModifier", - "symbol_kind": "source.lang.swift.decl.class", + "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 27, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 28, "symbol": "HeroModifier", - "symbol_kind": "source.lang.swift.decl.extension", + "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 27, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 28, "symbol": "HeroModifier", - "symbol_kind": "source.lang.swift.decl.extension", + "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", "line": 28, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", "line": 28, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 29, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 30, "symbol": "HeroModifier.init(applyFunction:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 29, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 30, "symbol": "HeroModifier.init(applyFunction:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 35, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 36, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 35, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 36, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 74, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 75, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 74, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 75, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 134, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 135, "symbol": "HeroModifier.translate(_:z:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 134, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 135, "symbol": "HeroModifier.translate(_:z:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 153, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 154, "symbol": "HeroModifier.rotate(_:z:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 153, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 154, "symbol": "HeroModifier.rotate(_:z:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 168, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 169, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 168, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 169, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 215, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 216, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 215, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 216, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 339, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 340, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 339, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 340, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 397, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 398, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 397, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 398, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 468, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 469, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 468, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 469, "symbol": "HeroModifier", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 481, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 482, "symbol": "HeroModifier.when(_:_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 481, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 482, "symbol": "HeroModifier.when(_:_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 485, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 486, "symbol": "HeroModifier.whenMatched(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 485, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 486, "symbol": "HeroModifier.whenMatched(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 489, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 490, "symbol": "HeroModifier.whenPresenting(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 489, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 490, "symbol": "HeroModifier.whenPresenting(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 493, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 494, "symbol": "HeroModifier.whenDismissing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 493, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 494, "symbol": "HeroModifier.whenDismissing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 497, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 498, "symbol": "HeroModifier.whenAppearing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 497, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 498, "symbol": "HeroModifier.whenAppearing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 501, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 502, "symbol": "HeroModifier.whenDisappearing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroModifier.swift", - "line": 501, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroModifier.swift", + "line": 502, "symbol": "HeroModifier.whenDisappearing(_:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 27, "symbol": "HeroPlugin", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 27, "symbol": "HeroPlugin", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 29, "symbol": "HeroPlugin.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 29, "symbol": "HeroPlugin.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 31, "symbol": "HeroPlugin.context", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 31, "symbol": "HeroPlugin.context", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 47, "symbol": "HeroPlugin.init()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 47, "symbol": "HeroPlugin.init()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 132, "symbol": "HeroPlugin.changeTarget(state:isDestination:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 132, "symbol": "HeroPlugin.changeTarget(state:isDestination:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 136, "symbol": "HeroPlugin", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 136, "symbol": "HeroPlugin", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 137, "symbol": "HeroPlugin.isEnabled", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 137, "symbol": "HeroPlugin.isEnabled", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 149, "symbol": "HeroPlugin.enable()", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 149, "symbol": "HeroPlugin.enable()", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 152, "symbol": "HeroPlugin.disable()", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroPlugin.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroPlugin.swift", "line": 152, "symbol": "HeroPlugin.disable()", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 26, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 27, "symbol": "HeroSnapshotType", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 26, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 27, "symbol": "HeroSnapshotType", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 45, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 46, "symbol": "HeroCoordinateSpace", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 45, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 46, "symbol": "HeroCoordinateSpace", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 46, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 47, "symbol": "HeroCoordinateSpace.global", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 46, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 47, "symbol": "HeroCoordinateSpace.global", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 47, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 48, "symbol": "HeroCoordinateSpace.local", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 47, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 48, "symbol": "HeroCoordinateSpace.local", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 50, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 51, "symbol": "HeroTargetState", "symbol_kind": "source.lang.swift.decl.struct", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 50, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 51, "symbol": "HeroTargetState", "symbol_kind": "source.lang.swift.decl.struct", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 51, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 52, "symbol": "HeroTargetState.beginState", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 51, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 52, "symbol": "HeroTargetState.beginState", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 52, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 53, "symbol": "HeroTargetState.conditionalModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 52, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 53, "symbol": "HeroTargetState.conditionalModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 54, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 55, "symbol": "HeroTargetState.position", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 54, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 55, "symbol": "HeroTargetState.position", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 55, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 56, "symbol": "HeroTargetState.size", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 55, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 56, "symbol": "HeroTargetState.size", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 56, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 57, "symbol": "HeroTargetState.transform", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 56, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 57, "symbol": "HeroTargetState.transform", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 57, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 58, "symbol": "HeroTargetState.opacity", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 57, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 58, "symbol": "HeroTargetState.opacity", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 58, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 59, "symbol": "HeroTargetState.cornerRadius", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 58, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 59, "symbol": "HeroTargetState.cornerRadius", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 59, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 60, "symbol": "HeroTargetState.backgroundColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 59, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 60, "symbol": "HeroTargetState.backgroundColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 60, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 61, "symbol": "HeroTargetState.zPosition", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 60, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 61, "symbol": "HeroTargetState.zPosition", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 62, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 63, "symbol": "HeroTargetState.contentsRect", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 62, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 63, "symbol": "HeroTargetState.contentsRect", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 63, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 64, "symbol": "HeroTargetState.contentsScale", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 63, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 64, "symbol": "HeroTargetState.contentsScale", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 65, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 66, "symbol": "HeroTargetState.borderWidth", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 65, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 66, "symbol": "HeroTargetState.borderWidth", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 66, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 67, "symbol": "HeroTargetState.borderColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 66, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 67, "symbol": "HeroTargetState.borderColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 68, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 69, "symbol": "HeroTargetState.shadowColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 68, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 69, "symbol": "HeroTargetState.shadowColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 69, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 70, "symbol": "HeroTargetState.shadowOpacity", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 69, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 70, "symbol": "HeroTargetState.shadowOpacity", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 70, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 71, "symbol": "HeroTargetState.shadowOffset", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 70, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 71, "symbol": "HeroTargetState.shadowOffset", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 71, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 72, "symbol": "HeroTargetState.shadowRadius", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 71, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 72, "symbol": "HeroTargetState.shadowRadius", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 72, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 73, "symbol": "HeroTargetState.shadowPath", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 72, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 73, "symbol": "HeroTargetState.shadowPath", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 73, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 74, "symbol": "HeroTargetState.masksToBounds", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 73, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 74, "symbol": "HeroTargetState.masksToBounds", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 74, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 75, "symbol": "HeroTargetState.displayShadow", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 74, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 75, "symbol": "HeroTargetState.displayShadow", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 76, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 77, "symbol": "HeroTargetState.overlay", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 76, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 77, "symbol": "HeroTargetState.overlay", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 78, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 79, "symbol": "HeroTargetState.spring", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 78, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 79, "symbol": "HeroTargetState.spring", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 79, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 80, "symbol": "HeroTargetState.delay", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 79, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 80, "symbol": "HeroTargetState.delay", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 80, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 81, "symbol": "HeroTargetState.duration", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 80, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 81, "symbol": "HeroTargetState.duration", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 81, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 82, "symbol": "HeroTargetState.timingFunction", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 81, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 82, "symbol": "HeroTargetState.timingFunction", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 83, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 84, "symbol": "HeroTargetState.arc", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 83, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 84, "symbol": "HeroTargetState.arc", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 84, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 85, "symbol": "HeroTargetState.source", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 84, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 85, "symbol": "HeroTargetState.source", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 85, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 86, "symbol": "HeroTargetState.cascade", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 85, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 86, "symbol": "HeroTargetState.cascade", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 87, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 88, "symbol": "HeroTargetState.ignoreSubviewModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 87, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 88, "symbol": "HeroTargetState.ignoreSubviewModifiers", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 88, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 89, "symbol": "HeroTargetState.coordinateSpace", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 88, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 89, "symbol": "HeroTargetState.coordinateSpace", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 89, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 90, "symbol": "HeroTargetState.useScaleBasedSizeChange", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 89, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 90, "symbol": "HeroTargetState.useScaleBasedSizeChange", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 90, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 91, "symbol": "HeroTargetState.snapshotType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 90, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 91, "symbol": "HeroTargetState.snapshotType", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 92, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 93, "symbol": "HeroTargetState.nonFade", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 92, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 93, "symbol": "HeroTargetState.nonFade", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 93, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 94, "symbol": "HeroTargetState.forceAnimate", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 93, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 94, "symbol": "HeroTargetState.forceAnimate", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 94, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 95, "symbol": "HeroTargetState.custom", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 94, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 95, "symbol": "HeroTargetState.custom", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 100, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 101, "symbol": "HeroTargetState.append(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 100, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 101, "symbol": "HeroTargetState.append(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 104, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 105, "symbol": "HeroTargetState.append(contentsOf:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 104, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 105, "symbol": "HeroTargetState.append(contentsOf:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 126, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 127, "symbol": "HeroTargetState", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTargetState.swift", - "line": 126, + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTargetState.swift", + "line": 127, "symbol": "HeroTargetState", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 27, "symbol": "HeroPreprocessor", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 27, "symbol": "HeroPreprocessor", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 28, "symbol": "HeroPreprocessor.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 28, "symbol": "HeroPreprocessor.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 29, "symbol": "HeroPreprocessor.process(fromViews:toViews:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 29, "symbol": "HeroPreprocessor.process(fromViews:toViews:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 32, "symbol": "HeroAnimator", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 32, "symbol": "HeroAnimator", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 33, "symbol": "HeroAnimator.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 33, "symbol": "HeroAnimator.hero", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 34, "symbol": "HeroAnimator.canAnimate(view:appearing:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 34, "symbol": "HeroAnimator.canAnimate(view:appearing:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 35, "symbol": "HeroAnimator.animate(fromViews:toViews:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 35, "symbol": "HeroAnimator.animate(fromViews:toViews:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 36, "symbol": "HeroAnimator.clean()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 36, "symbol": "HeroAnimator.clean()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 38, "symbol": "HeroAnimator.seekTo(timePassed:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 38, "symbol": "HeroAnimator.seekTo(timePassed:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 39, "symbol": "HeroAnimator.resume(timePassed:reverse:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 39, "symbol": "HeroAnimator.resume(timePassed:reverse:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 40, "symbol": "HeroAnimator.apply(state:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 40, "symbol": "HeroAnimator.apply(state:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 41, "symbol": "HeroAnimator.changeTarget(state:isDestination:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 41, "symbol": "HeroAnimator.changeTarget(state:isDestination:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 44, "symbol": "HeroProgressUpdateObserver", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 44, "symbol": "HeroProgressUpdateObserver", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 45, "symbol": "HeroProgressUpdateObserver.heroDidUpdateProgress(progress:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 45, "symbol": "HeroProgressUpdateObserver.heroDidUpdateProgress(progress:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 48, "symbol": "HeroViewOrderingStrategy", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 48, "symbol": "HeroViewOrderingStrategy", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.auto", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.auto", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.destinationViewOnTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.destinationViewOnTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.sourceViewOnTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroTypes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroTypes.swift", "line": 49, "symbol": "HeroViewOrderingStrategy.sourceViewOnTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 27, "symbol": "HeroViewControllerDelegate", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 27, "symbol": "HeroViewControllerDelegate", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 28, "symbol": "HeroViewControllerDelegate.heroWillStartAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 28, "symbol": "HeroViewControllerDelegate.heroWillStartAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 29, "symbol": "HeroViewControllerDelegate.heroDidEndAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 29, "symbol": "HeroViewControllerDelegate.heroDidEndAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 30, "symbol": "HeroViewControllerDelegate.heroDidCancelAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 30, "symbol": "HeroViewControllerDelegate.heroDidCancelAnimatingFrom(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 32, "symbol": "HeroViewControllerDelegate.heroWillStartTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 32, "symbol": "HeroViewControllerDelegate.heroWillStartTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 33, "symbol": "HeroViewControllerDelegate.heroDidEndTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 33, "symbol": "HeroViewControllerDelegate.heroDidEndTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 34, "symbol": "HeroViewControllerDelegate.heroDidCancelTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 34, "symbol": "HeroViewControllerDelegate.heroDidCancelTransition()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 36, "symbol": "HeroViewControllerDelegate.heroWillStartAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 36, "symbol": "HeroViewControllerDelegate.heroWillStartAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 37, "symbol": "HeroViewControllerDelegate.heroDidEndAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 37, "symbol": "HeroViewControllerDelegate.heroDidEndAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 38, "symbol": "HeroViewControllerDelegate.heroDidCancelAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/HeroViewControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/HeroViewControllerDelegate.swift", "line": 38, "symbol": "HeroViewControllerDelegate.heroDidCancelAnimatingTo(viewController:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/HeroStringConvertible.swift", "line": 25, "symbol": "HeroStringConvertible", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/HeroStringConvertible.swift", "line": 25, "symbol": "HeroStringConvertible", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/HeroStringConvertible.swift", "line": 26, "symbol": "HeroStringConvertible.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/HeroStringConvertible.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/HeroStringConvertible.swift", "line": 26, "symbol": "HeroStringConvertible.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 11, "symbol": "Token", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 11, "symbol": "Token", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 12, "symbol": "Token.identifier(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 12, "symbol": "Token.identifier(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 13, "symbol": "Token.number(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 13, "symbol": "Token.number(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 14, "symbol": "Token.parensOpen(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 14, "symbol": "Token.parensOpen(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 15, "symbol": "Token.parensClose(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 15, "symbol": "Token.parensClose(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 16, "symbol": "Token.comma(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 16, "symbol": "Token.comma(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 17, "symbol": "Token.other(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 17, "symbol": "Token.other(_:_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 30, "symbol": "Lexer", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 30, "symbol": "Lexer", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 32, "symbol": "Lexer.init(input:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 32, "symbol": "Lexer.init(input:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 35, "symbol": "Lexer.tokenize()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Lexer.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Lexer.swift", "line": 35, "symbol": "Lexer.tokenize()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 11, "symbol": "ExprNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 11, "symbol": "ExprNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 12, "symbol": "ExprNode.range", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 12, "symbol": "ExprNode.range", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 13, "symbol": "ExprNode.name", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 13, "symbol": "ExprNode.name", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 17, "symbol": "ExprNode.init(name:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 17, "symbol": "ExprNode.init(name:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 22, "symbol": "==(_:_:)", "symbol_kind": "source.lang.swift.decl.function.free", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 22, "symbol": "==(_:_:)", "symbol_kind": "source.lang.swift.decl.function.free", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 26, "symbol": "NumberNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 26, "symbol": "NumberNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 27, "symbol": "NumberNode.value", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 27, "symbol": "NumberNode.value", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 28, "symbol": "NumberNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 28, "symbol": "NumberNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 31, "symbol": "NumberNode.init(value:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 31, "symbol": "NumberNode.init(value:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 37, "symbol": "VariableNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 37, "symbol": "VariableNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 38, "symbol": "VariableNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 38, "symbol": "VariableNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 43, "symbol": "BinaryOpNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 43, "symbol": "BinaryOpNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 44, "symbol": "BinaryOpNode.lhs", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 44, "symbol": "BinaryOpNode.lhs", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 45, "symbol": "BinaryOpNode.rhs", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 45, "symbol": "BinaryOpNode.rhs", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 46, "symbol": "BinaryOpNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 46, "symbol": "BinaryOpNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 49, "symbol": "BinaryOpNode.init(name:lhs:rhs:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 49, "symbol": "BinaryOpNode.init(name:lhs:rhs:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 56, "symbol": "CallNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 56, "symbol": "CallNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 57, "symbol": "CallNode.arguments", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 57, "symbol": "CallNode.arguments", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 58, "symbol": "CallNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 58, "symbol": "CallNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 61, "symbol": "CallNode.init(name:arguments:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 61, "symbol": "CallNode.init(name:arguments:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 67, "symbol": "PrototypeNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 67, "symbol": "PrototypeNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 68, "symbol": "PrototypeNode.argumentNames", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 68, "symbol": "PrototypeNode.argumentNames", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 69, "symbol": "PrototypeNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 69, "symbol": "PrototypeNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 72, "symbol": "PrototypeNode.init(name:argumentNames:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 72, "symbol": "PrototypeNode.init(name:argumentNames:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 78, "symbol": "FunctionNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 78, "symbol": "FunctionNode", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 79, "symbol": "FunctionNode.prototype", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 79, "symbol": "FunctionNode.prototype", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 80, "symbol": "FunctionNode.body", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 80, "symbol": "FunctionNode.body", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 81, "symbol": "FunctionNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 81, "symbol": "FunctionNode.description", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 84, "symbol": "FunctionNode.init(prototype:body:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Nodes.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Nodes.swift", "line": 84, "symbol": "FunctionNode.init(prototype:body:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 11, "symbol": "ParseError", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 11, "symbol": "ParseError", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 12, "symbol": "ParseError.unexpectToken", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 12, "symbol": "ParseError.unexpectToken", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 13, "symbol": "ParseError.undefinedOperator(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 13, "symbol": "ParseError.undefinedOperator(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 15, "symbol": "ParseError.expectCharacter(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 15, "symbol": "ParseError.expectCharacter(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 16, "symbol": "ParseError.expectExpression", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 16, "symbol": "ParseError.expectExpression", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 17, "symbol": "ParseError.expectArgumentList", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 17, "symbol": "ParseError.expectArgumentList", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 18, "symbol": "ParseError.expectFunctionName", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 18, "symbol": "ParseError.expectFunctionName", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 21, "symbol": "Parser", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 21, "symbol": "Parser", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 25, "symbol": "Parser.init(tokens:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 25, "symbol": "Parser.init(tokens:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 156, "symbol": "Parser.parse()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Parser.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Parser.swift", "line": 156, "symbol": "Parser.parse()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Regex.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Regex.swift", "line": 13, "symbol": "String.match(regex:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Parser/Regex.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Parser/Regex.swift", "line": 13, "symbol": "String.match(regex:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 29, "symbol": "CascadeDirection", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 29, "symbol": "CascadeDirection", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 30, "symbol": "CascadeDirection.topToBottom", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 30, "symbol": "CascadeDirection.topToBottom", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 31, "symbol": "CascadeDirection.bottomToTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 31, "symbol": "CascadeDirection.bottomToTop", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 32, "symbol": "CascadeDirection.leftToRight", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 32, "symbol": "CascadeDirection.leftToRight", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 33, "symbol": "CascadeDirection.rightToLeft", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 33, "symbol": "CascadeDirection.rightToLeft", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 34, "symbol": "CascadeDirection.radial(center:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 34, "symbol": "CascadeDirection.radial(center:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 35, "symbol": "CascadeDirection.inverseRadial(center:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 35, "symbol": "CascadeDirection.inverseRadial(center:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 76, "symbol": "CascadeDirection.leadingToTrailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 76, "symbol": "CascadeDirection.leadingToTrailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 80, "symbol": "CascadeDirection.trailingToLeading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/CascadePreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/CascadePreprocessor.swift", "line": 80, "symbol": "CascadeDirection.trailingToLeading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 27, "symbol": "HeroConditionalContext", "symbol_kind": "source.lang.swift.decl.struct", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 27, "symbol": "HeroConditionalContext", "symbol_kind": "source.lang.swift.decl.struct", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 29, "symbol": "HeroConditionalContext.view", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 29, "symbol": "HeroConditionalContext.view", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 31, "symbol": "HeroConditionalContext.isAppearing", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 31, "symbol": "HeroConditionalContext.isAppearing", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 33, "symbol": "HeroConditionalContext.isPresenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 33, "symbol": "HeroConditionalContext.isPresenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 36, "symbol": "HeroConditionalContext.isInTabbarController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 36, "symbol": "HeroConditionalContext.isInTabbarController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 39, "symbol": "HeroConditionalContext.isInNavbarController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 39, "symbol": "HeroConditionalContext.isInNavbarController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 42, "symbol": "HeroConditionalContext.isMatched", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 42, "symbol": "HeroConditionalContext.isMatched", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 45, "symbol": "HeroConditionalContext.isAncestorViewMatched", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 45, "symbol": "HeroConditionalContext.isAncestorViewMatched", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 49, "symbol": "HeroConditionalContext.matchedView", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 49, "symbol": "HeroConditionalContext.matchedView", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 52, "symbol": "HeroConditionalContext.matchedAncestorView", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 52, "symbol": "HeroConditionalContext.matchedAncestorView", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 63, "symbol": "HeroConditionalContext.fromViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 63, "symbol": "HeroConditionalContext.fromViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 66, "symbol": "HeroConditionalContext.toViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 66, "symbol": "HeroConditionalContext.toViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 69, "symbol": "HeroConditionalContext.currentViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 69, "symbol": "HeroConditionalContext.currentViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 72, "symbol": "HeroConditionalContext.otherViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/ConditionalPreprocessor.swift", "line": 72, "symbol": "HeroConditionalContext.otherViewController", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 27, "symbol": "HeroDefaultAnimationType", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 27, "symbol": "HeroDefaultAnimationType", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 28, "symbol": "HeroDefaultAnimationType.Direction", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 28, "symbol": "HeroDefaultAnimationType.Direction", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.down", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.down", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.left", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.left", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.right", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.right", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.up", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 29, "symbol": "HeroDefaultAnimationType.Direction.up", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 30, "symbol": "HeroDefaultAnimationType.Direction.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 30, "symbol": "HeroDefaultAnimationType.Direction.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 42, "symbol": "HeroDefaultAnimationType.Direction.leadingToTrailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 42, "symbol": "HeroDefaultAnimationType.Direction.leadingToTrailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 46, "symbol": "HeroDefaultAnimationType.Direction.trailingToLeading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 46, "symbol": "HeroDefaultAnimationType.Direction.trailingToLeading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 50, "symbol": "HeroDefaultAnimationType.Direction.leading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 50, "symbol": "HeroDefaultAnimationType.Direction.leading", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 54, "symbol": "HeroDefaultAnimationType.Direction.trailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 54, "symbol": "HeroDefaultAnimationType.Direction.trailing", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 59, "symbol": "HeroDefaultAnimationType.Strategy", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 59, "symbol": "HeroDefaultAnimationType.Strategy", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.forceLeftToRight", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.forceLeftToRight", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.forceRightToLeft", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.forceRightToLeft", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.userInterface", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 60, "symbol": "HeroDefaultAnimationType.Strategy.userInterface", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 73, "symbol": "HeroDefaultAnimationType.auto", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 73, "symbol": "HeroDefaultAnimationType.auto", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 74, "symbol": "HeroDefaultAnimationType.push(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 74, "symbol": "HeroDefaultAnimationType.push(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 75, "symbol": "HeroDefaultAnimationType.pull(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 75, "symbol": "HeroDefaultAnimationType.pull(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 76, "symbol": "HeroDefaultAnimationType.cover(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 76, "symbol": "HeroDefaultAnimationType.cover(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 77, "symbol": "HeroDefaultAnimationType.uncover(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 77, "symbol": "HeroDefaultAnimationType.uncover(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 78, "symbol": "HeroDefaultAnimationType.slide(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 78, "symbol": "HeroDefaultAnimationType.slide(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 79, "symbol": "HeroDefaultAnimationType.zoomSlide(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 79, "symbol": "HeroDefaultAnimationType.zoomSlide(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 80, "symbol": "HeroDefaultAnimationType.pageIn(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 80, "symbol": "HeroDefaultAnimationType.pageIn(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 81, "symbol": "HeroDefaultAnimationType.pageOut(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 81, "symbol": "HeroDefaultAnimationType.pageOut(direction:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 82, "symbol": "HeroDefaultAnimationType.fade", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 82, "symbol": "HeroDefaultAnimationType.fade", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 83, "symbol": "HeroDefaultAnimationType.zoom", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 83, "symbol": "HeroDefaultAnimationType.zoom", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 84, "symbol": "HeroDefaultAnimationType.zoomOut", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 84, "symbol": "HeroDefaultAnimationType.zoomOut", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 86, "symbol": "HeroDefaultAnimationType.selectBy(presenting:dismissing:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 86, "symbol": "HeroDefaultAnimationType.selectBy(presenting:dismissing:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 88, "symbol": "HeroDefaultAnimationType.autoReverse(presenting:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 88, "symbol": "HeroDefaultAnimationType.autoReverse(presenting:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 92, "symbol": "HeroDefaultAnimationType.none", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 92, "symbol": "HeroDefaultAnimationType.none", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 170, "symbol": "HeroDefaultAnimationType.label", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 170, "symbol": "HeroDefaultAnimationType.label", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 184, "symbol": "HeroDefaultAnimationType", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 184, "symbol": "HeroDefaultAnimationType", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 185, "symbol": "HeroDefaultAnimationType.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Preprocessors/DefaultAnimationPreprocessor.swift", "line": 185, "symbol": "HeroDefaultAnimationType.from(node:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Animate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Animate.swift", "line": 27, "symbol": "HeroTransition.animate()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Animate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Animate.swift", "line": 27, "symbol": "HeroTransition.animate()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Complete.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Complete.swift", "line": 28, "symbol": "HeroTransition.complete(finished:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Complete.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Complete.swift", "line": 28, "symbol": "HeroTransition.complete(finished:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+CustomTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+CustomTransition.swift", "line": 29, "symbol": "HeroTransition.transition(from:to:in:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+CustomTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+CustomTransition.swift", "line": 29, "symbol": "HeroTransition.transition(from:to:in:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Start.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Start.swift", "line": 28, "symbol": "HeroTransition.start()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+Start.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+Start.swift", "line": 28, "symbol": "HeroTransition.start()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 28, "symbol": "HeroTransition.navigationController(_:willShow:animated:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 28, "symbol": "HeroTransition.navigationController(_:willShow:animated:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 34, "symbol": "HeroTransition.navigationController(_:didShow:animated:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 34, "symbol": "HeroTransition.navigationController(_:didShow:animated:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 40, "symbol": "HeroTransition.navigationController(_:animationControllerFor:from:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 40, "symbol": "HeroTransition.navigationController(_:animationControllerFor:from:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 50, "symbol": "HeroTransition.navigationController(_:interactionControllerFor:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UINavigationControllerDelegate.swift", "line": 50, "symbol": "HeroTransition.navigationController(_:interactionControllerFor:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 28, "symbol": "HeroTransition.tabBarController(_:shouldSelect:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 28, "symbol": "HeroTransition.tabBarController(_:shouldSelect:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 38, "symbol": "HeroTransition.tabBarController(_:interactionControllerFor:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 38, "symbol": "HeroTransition.tabBarController(_:interactionControllerFor:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 42, "symbol": "HeroTransition.tabBarController(_:animationControllerForTransitionFrom:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UITabBarControllerDelegate.swift", "line": 42, "symbol": "HeroTransition.tabBarController(_:animationControllerForTransitionFrom:to:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 32, "symbol": "HeroTransition.animationController(forPresented:presenting:source:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 32, "symbol": "HeroTransition.animationController(forPresented:presenting:source:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 41, "symbol": "HeroTransition.animationController(forDismissed:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 41, "symbol": "HeroTransition.animationController(forDismissed:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 49, "symbol": "HeroTransition.interactionControllerForDismissal(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 49, "symbol": "HeroTransition.interactionControllerForDismissal(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 53, "symbol": "HeroTransition.interactionControllerForPresentation(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 53, "symbol": "HeroTransition.interactionControllerForPresentation(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 59, "symbol": "HeroTransition.animateTransition(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 59, "symbol": "HeroTransition.animateTransition(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 66, "symbol": "HeroTransition.transitionDuration(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 66, "symbol": "HeroTransition.transitionDuration(using:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 70, "symbol": "HeroTransition.animationEnded(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 70, "symbol": "HeroTransition.animationEnded(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 76, "symbol": "HeroTransition.wantsInteractiveStart", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 76, "symbol": "HeroTransition.wantsInteractiveStart", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 79, "symbol": "HeroTransition.startInteractiveTransition(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition+UIViewControllerTransitioningDelegate.swift", "line": 79, "symbol": "HeroTransition.startInteractiveTransition(_:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 26, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 26, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 27, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 28, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 28, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 48, "symbol": "HeroTransitionDelegate", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 48, "symbol": "HeroTransitionDelegate", "symbol_kind": "source.lang.swift.decl.protocol", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 49, "symbol": "HeroTransitionDelegate.heroTransition(_:didUpdate:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 49, "symbol": "HeroTransitionDelegate.heroTransition(_:didUpdate:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 50, "symbol": "HeroTransitionDelegate.heroTransition(_:didUpdate:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 50, "symbol": "HeroTransitionDelegate.heroTransition(_:didUpdate:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 53, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 53, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 54, "symbol": "HeroTransition.delegate", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 54, "symbol": "HeroTransition.delegate", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 56, "symbol": "HeroTransition.defaultAnimation", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 56, "symbol": "HeroTransition.defaultAnimation", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 57, "symbol": "HeroTransition.containerColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 57, "symbol": "HeroTransition.containerColor", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 58, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 58, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 58, "symbol": "HeroTransition.isUserInteractionEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 58, "symbol": "HeroTransition.isUserInteractionEnabled", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 59, "symbol": "HeroTransition.viewOrderingStrategy", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 59, "symbol": "HeroTransition.viewOrderingStrategy", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 60, "symbol": "HeroTransition.defaultAnimationDirectionStrategy", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 60, "symbol": "HeroTransition.defaultAnimationDirectionStrategy", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 62, "symbol": "HeroTransition.state", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 62, "symbol": "HeroTransition.state", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 72, "symbol": "HeroTransition.isTransitioning", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 72, "symbol": "HeroTransition.isTransitioning", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 73, "symbol": "HeroTransition.isPresenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 73, "symbol": "HeroTransition.isPresenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 75, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 75, "symbol": "HeroTransition", "symbol_kind": "source.lang.swift.decl.extension", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 76, "symbol": "HeroTransition.transitioning", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 76, "symbol": "HeroTransition.transitioning", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 80, "symbol": "HeroTransition.presenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 80, "symbol": "HeroTransition.presenting", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 179, "symbol": "HeroTransition.init()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransition.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransition.swift", "line": 179, "symbol": "HeroTransition.init()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 25, "symbol": "HeroTransitionState", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 25, "symbol": "HeroTransitionState", "symbol_kind": "source.lang.swift.decl.enum", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 27, "symbol": "HeroTransitionState.possible", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 27, "symbol": "HeroTransitionState.possible", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 31, "symbol": "HeroTransitionState.notified", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 31, "symbol": "HeroTransitionState.notified", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 34, "symbol": "HeroTransitionState.starting", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 34, "symbol": "HeroTransitionState.starting", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 37, "symbol": "HeroTransitionState.animating", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 37, "symbol": "HeroTransitionState.animating", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 40, "symbol": "HeroTransitionState.completing", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/jmattiello/Workspace/GitHub/Hero/Sources/Transition/HeroTransitionState.swift", + "file": "/Users/jmattiello/Workspace/github/Hero/Sources/Transition/HeroTransitionState.swift", "line": 40, "symbol": "HeroTransitionState.completing", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" } ], - "source_directory": "/Users/jmattiello/Workspace/GitHub/Hero" + "source_directory": "/Users/jmattiello/Workspace/github/Hero" } \ No newline at end of file From 44e9a75cad0b71a22c38158cb788c770259f5bfd Mon Sep 17 00:00:00 2001 From: Joseph Mattiello Date: Sun, 7 Mar 2021 15:53:41 -0500 Subject: [PATCH 8/8] closes #705 Blank view from #TARGET_IS_EXTENSION --- Sources/Extensions/UIViewController+Hero.swift | 4 +--- Sources/Transition/HeroTransition+Complete.swift | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Sources/Extensions/UIViewController+Hero.swift b/Sources/Extensions/UIViewController+Hero.swift index cc4527f1..8c0a270c 100644 --- a/Sources/Extensions/UIViewController+Hero.swift +++ b/Sources/Extensions/UIViewController+Hero.swift @@ -336,9 +336,7 @@ public extension HeroExtension where Base: UIViewController { parentVC.present(next, animated: false, completion: completion) } } else { - #if TARGET_IS_EXTENSION - UIApplication.shared.keyWindow?.rootViewController = next - #endif + parentVC?.view.window?.rootViewController = next } } } diff --git a/Sources/Transition/HeroTransition+Complete.swift b/Sources/Transition/HeroTransition+Complete.swift index 208b97b5..f4b87a61 100644 --- a/Sources/Transition/HeroTransition+Complete.swift +++ b/Sources/Transition/HeroTransition+Complete.swift @@ -89,9 +89,7 @@ extension HeroTransition { if isPresenting != finished, !inContainerController, transitionContext != nil { // only happens when present a .overFullScreen VC // bug: http://openradar.appspot.com/radar?id=5320103646199808 - #if TARGET_IS_EXTENSION - UIApplication.shared.keyWindow?.addSubview(isPresenting ? fromView : toView) - #endif + container.window?.addSubview(isPresenting ? fromView : toView) } }

- Hero 1.6.0 Docs + Hero 1.6.1 Docs (24% documented)