Cuckoo/Generator/Source/CuckooGeneratorFramework/Tokens/ExtensionDeclaration.swift

12 lines
279 B
Swift

//
// ExtensionDeclaration.swift
// CuckooGenerator
//
// Created by Filip Dolnik on 17.06.16.
// Copyright © 2016 Brightify. All rights reserved.
//
public struct ExtensionDeclaration: Token {
// TODO Implement support for extensions
public let range: Range<Int>
}