Fix macOS 14 deprecation warnings. Make RSCore a local module.

This commit is contained in:
Brent Simmons
2024-11-03 22:13:01 -08:00
parent 813500b55a
commit def4b95fbc
82 changed files with 6711 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
//
// RSCore.h
//
//
// Created by Maurice Parker on 11/20/20.
//
@import Foundation;
#import "../NSData+RSCore.h"
#import "../NSSharingService+RSCore.h"