X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/0482072a2949dd97cf6bd9be85381465e5dc4ab8..efd689d86ad25be72d38cf012d90ffe0203850d1:/ObjectiveC/Syntax.hpp diff --git a/ObjectiveC/Syntax.hpp b/ObjectiveC/Syntax.hpp index 8beabb9..0f3cc38 100644 --- a/ObjectiveC/Syntax.hpp +++ b/ObjectiveC/Syntax.hpp @@ -228,6 +228,8 @@ struct CYClassStatement : { } + CYCompact(None) + virtual CYStatement *Replace(CYContext &context); virtual void Output(CYOutput &out, CYFlags flags) const; }; @@ -244,6 +246,8 @@ struct CYCategory : { } + CYCompact(None) + virtual CYStatement *Replace(CYContext &context); virtual void Output(CYOutput &out, CYFlags flags) const; };