Skip to content

Commit 7ae82b2

Browse files
[AudioToolBox] Add nullability to files that were forgotten. (#17185)
1 parent 6319d35 commit 7ae82b2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/AudioToolbox/AudioSessions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
using CoreFoundation;
3333
using ObjCRuntime;
3434

35+
#nullable enable
36+
3537
namespace AudioToolbox {
3638

3739
public enum AudioSessionErrors { // Implictly cast to OSType

src/AudioToolbox/Enums.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using Foundation;
33
using ObjCRuntime;
44

5+
#nullable enable
6+
57
namespace AudioToolbox {
68
[NoWatch]
79
[TV (10, 0)]

0 commit comments

Comments
 (0)