class Objc2swiftAssistant::PropertyDeclarationRecognizer

Public Class Methods

new( ) click to toggle source
# File lib/objc2swift_assistant/recognizers/property_declaration_recognizer.rb, line 8
def initialize( )
  super( /^\s*@property/, PropertyDeclarationRegion, :all_source_files, false )
end