From 13546560b4a8780421d8f9aff804d2ef09e72547 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Sun, 8 Oct 2023 10:34:49 +0900 Subject: [PATCH] Added comment for direct methods --- TORoundedButton/TORoundedButton.m | 1 + 1 file changed, 1 insertion(+) diff --git a/TORoundedButton/TORoundedButton.m b/TORoundedButton/TORoundedButton.m index 4053796..f1617f2 100644 --- a/TORoundedButton/TORoundedButton.m +++ b/TORoundedButton/TORoundedButton.m @@ -20,6 +20,7 @@ // WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR // IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Objective-C direct methods - https://nshipster.com/direct/ #define TOROUNDEDBUTTON_OBJC_DIRECT __attribute__((objc_direct)) #import "TORoundedButton.h"