29 lines
874 B
Objective-C
29 lines
874 B
Objective-C
//
|
|
// ClientDisposition.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2021/12/11.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "ClientAtomicMatrix.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ClientDisposition : NSObject
|
|
+ (instancetype)partowardsiciptowardsionDisposition;
|
|
- (void)clientInit;
|
|
@property (nonatomic,assign) BOOL iosMobileBind;;
|
|
@property (nonatomic,assign) BOOL unfoildConfectioneryTimber;
|
|
@property (nonatomic,strong) ClientAtomicMatrix *dispositionAbstract;
|
|
@property (nonatomic, assign) NSInteger unfoildConfectioneryTimberRestrictionPrototype;
|
|
@property (nonatomic,assign) BOOL canUnfoild;
|
|
@property (nonatomic, copy) NSString *version;
|
|
@property (nonatomic, copy) NSString *zipMd5;
|
|
@property (nonatomic, strong) NSURL *zipUrl;
|
|
|
|
- (void)accelertowardseCourageBrtowardsIntrtowardsemper;
|
|
- (void)replacementCourageBrtowardsIntrtowardsemper;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|