// // DTFTextLayer.h // BioAuthEngine // // Created by 王伟伟 on 2017/12/5. // Copyright © 2017年 DTF. All rights reserved. // #import #import #import @interface DTFTextLayer : CATextLayer @property (nonatomic, copy) NSAttributedString *attrStr; - (CGSize)stringSize; @end