42 lines
732 B
Objective-C
42 lines
732 B
Objective-C
//
|
|
// SharePasswordViewController.h
|
|
// Runner
|
|
//
|
|
// Created by DaisyWu on 2023/10/14.
|
|
//
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
#import "sysInfo.h"
|
|
#import "UdpHelper.h"
|
|
#import "talk_Class.h"
|
|
#import "Call.h"
|
|
#import "P2pTest.h"
|
|
#import "Opendoor.h"
|
|
#import "HKHTextField.h"
|
|
#import "Pub.h"
|
|
#import "Sformat.h"
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
#define SoundOK 0
|
|
#define SoundNotice 1
|
|
#define SoundError 2
|
|
#define SoundAlarm 3
|
|
#define SoundRing 4
|
|
|
|
|
|
@interface XSFlutterManager : FlutterViewController
|
|
|
|
@property (strong, nonatomic) sysInfo *sysinfo;
|
|
@property (strong, nonatomic) UdpHelper *udp;
|
|
@property (strong, nonatomic) talk_Class *talk;
|
|
@property (strong, nonatomic) HKHTextField *activeTextField;
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|