1234567891011121314151617 |
- //
- // JXNodeView.h
- // shiku_im
- //
- // Created by os on 2020/7/11.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- typedef void(^NodeRefushUrlBlcok)(NSDictionary *dictStr);
- @interface JXNodeView : UIView
- @property (nonatomic,copy) NodeRefushUrlBlcok blockNode;
- @end
- NS_ASSUME_NONNULL_END
|