diff options
Diffstat (limited to 'DomeKey/Sounds.m')
-rw-r--r-- | DomeKey/Sounds.m | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DomeKey/Sounds.m b/DomeKey/Sounds.m new file mode 100644 index 0000000..8bc2790 --- /dev/null +++ b/DomeKey/Sounds.m @@ -0,0 +1,13 @@ +// +// Sounds.m +// DomeKey +// +// Created by tw on 10/29/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import "Sounds.h" + +@implementation Sounds + +@end |