@@ -9,7 +9,7 @@ extension AnimatorTransientView {
99}
1010
1111final class UnimplementedAnimatorTransientView : AnimatorTransientView {
12- override public var initial : AnimatorTransientView . Properties {
12+ override var initial : AnimatorTransientView . Properties {
1313 get {
1414 reportIssue ( " \( Self . self) . \( #function) is unimplemented " )
1515 return . noop
@@ -19,7 +19,7 @@ final class UnimplementedAnimatorTransientView: AnimatorTransientView {
1919 }
2020 }
2121
22- override public var animation : AnimatorTransientView . Properties {
22+ override var animation : AnimatorTransientView . Properties {
2323 get {
2424 reportIssue ( " \( Self . self) . \( #function) is unimplemented " )
2525 return . noop
@@ -29,7 +29,7 @@ final class UnimplementedAnimatorTransientView: AnimatorTransientView {
2929 }
3030 }
3131
32- override public var completion : AnimatorTransientView . Properties {
32+ override var completion : AnimatorTransientView . Properties {
3333 get {
3434 reportIssue ( " \( Self . self) . \( #function) is unimplemented " )
3535 return . noop
@@ -39,16 +39,16 @@ final class UnimplementedAnimatorTransientView: AnimatorTransientView {
3939 }
4040 }
4141
42- override public subscript< T> ( dynamicMember keyPath: KeyPath < UIView , T > ) -> T {
42+ override subscript< T> ( dynamicMember keyPath: KeyPath < UIView , T > ) -> T {
4343 reportIssue ( " \( Self . self) . \( #function) is unimplemented " )
4444 return uiView [ keyPath: keyPath]
4545 }
4646
47- public init ( ) {
47+ init ( ) {
4848 super. init ( UIView ( ) )
4949 }
5050
51- override public func setUIViewProperties(
51+ override func setUIViewProperties(
5252 to properties: KeyPath < AnimatorTransientView , AnimatorTransientView . Properties > ,
5353 force: Bool
5454 ) {
0 commit comments