You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
In order to mark a class as abstract, I have to add the unavailable attribute to the +[Class alloc] and +[Class new] methods. I wonder if there is a better, faster way to achieve this with libextobjc?
As for methods, I simply add an exception or assertion.
The text was updated successfully, but these errors were encountered:
In order to mark a class as abstract, I have to add the
unavailable
attribute to the+[Class alloc]
and+[Class new]
methods. I wonder if there is a better, faster way to achieve this with libextobjc?As for methods, I simply add an exception or assertion.
The text was updated successfully, but these errors were encountered: