From 7127e3e068b83de2eb8a0356528aeeeb8e1cfa5a Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 31 Aug 2024 15:43:27 +0300 Subject: [PATCH] Remove IDE shit --- Cocoa/GBDeleteButtonCell.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cocoa/GBDeleteButtonCell.h b/Cocoa/GBDeleteButtonCell.h index 7a2c1e2..08c7e6e 100644 --- a/Cocoa/GBDeleteButtonCell.h +++ b/Cocoa/GBDeleteButtonCell.h @@ -1,9 +1,5 @@ #import -NS_ASSUME_NONNULL_BEGIN - @interface GBDeleteButtonCell : NSButtonCell @end - -NS_ASSUME_NONNULL_END