chore: cleanup arc migration helpers (#39606)

This commit is contained in:
Shelley Vohr 2023-08-23 15:54:21 +02:00 committed by GitHub
parent ddc7e3ebb3
commit 522bba3dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 52 additions and 172 deletions

View file

@ -15,10 +15,6 @@
#include "shell/browser/native_window.h"
#include "shell/common/gin_helper/persistent_dictionary.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
@interface ElectronTouchBar : NSObject <NSScrubberDelegate,
NSScrubberDataSource,
NSScrubberFlowLayoutDelegate> {