1
This commit is contained in:
24
Pods/LookinServer/Src/Main/Shared/LookinConnectionAttachment.h
generated
Normal file
24
Pods/LookinServer/Src/Main/Shared/LookinConnectionAttachment.h
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifdef SHOULD_COMPILE_LOOKIN_SERVER
|
||||
|
||||
//
|
||||
// LookinConnectionAttachment.h
|
||||
// Lookin
|
||||
//
|
||||
// Created by Li Kai on 2019/2/15.
|
||||
// https://lookin.work
|
||||
//
|
||||
|
||||
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "LookinCodingValueType.h"
|
||||
|
||||
@interface LookinConnectionAttachment : NSObject <NSSecureCoding>
|
||||
|
||||
@property(nonatomic, assign) LookinCodingValueType dataType;
|
||||
|
||||
@property(nonatomic, strong) id data;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SHOULD_COMPILE_LOOKIN_SERVER */
|
||||
Reference in New Issue
Block a user