2025-10-09 16:48:46 +08:00

17 lines
430 B
Objective-C

//
// TinySVGTextAreaElement.h
// SVGKit-iOS
//
// Created by David Gileadi on 8/26/14.
// Copyright (c) 2014 na. All rights reserved.
//
#import "SVGTextElement.h"
@interface TinySVGTextAreaElement : SVGTextElement
@property(nonatomic,strong,readonly) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ width;
@property(nonatomic,strong,readonly) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ height;
@end