This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/iOS/Pod/Classes/DoricContext.h

19 lines
256 B
C
Raw Normal View History

2019-07-25 21:03:31 +08:00
//
// DoricContext.h
// Doric
//
// Created by pengfei.zhou on 2019/7/25.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface DoricContext : NSObject
2019-07-27 14:36:41 +08:00
@property (nonatomic,strong) NSString *contextId;
2019-07-25 21:03:31 +08:00
@end
NS_ASSUME_NONNULL_END