Files
2021-02-07 11:24:08 +08:00

16 lines
314 B
Objective-C
Executable File

//
// TYDrawViewStorage.h
// TYAttributedLabelDemo
//
// Created by tanyang on 15/4/9.
// Copyright (c) 2015年 tanyang. All rights reserved.
//
#import "TYDrawStorage.h"
@interface TYViewStorage : TYDrawStorage<TYViewStorageProtocol>
@property (nonatomic, strong) UIView *view; // 添加view
@end