module Rouge::Lexers::ObjectiveCCommon
def at_keywords
def at_keywords @at_keywords ||= %w( selector private protected public encode synchronized try throw catch finally end property synthesize dynamic optional interface implementation import autoreleasepool ) end