Tuya iOS Smart Life App SDK 5.15.0
ThingSmartSceneExprModel Class Reference

Scene expression model, it can be defined as any type. More...

#import <ThingSmartSceneExprModel.h>

Inheritance diagram for ThingSmartSceneExprModel:

Instance Methods

(instancetype) - initWithExpr:
 
(instancetype) - initWithExpr:
 
(instancetype) - initWithExpr:
 
(instancetype) - initWithExpr:
 

Class Methods

(instancetype) + exprModelWithExpr:
 
(instancetype) + exprModelWithExpr:
 
(instancetype) + exprModelWithExpr:
 
(instancetype) + exprModelWithExpr:
 

Properties

NSArrayexpr
 Used to store expression data, it can be used as any type. More...
 

Detailed Description

Scene expression model, it can be defined as any type.

Definition at line 11 of file ThingSmartSceneExprModel.h.

Method Documentation

◆ exprModelWithExpr: [1/4]

+ (instancetype) exprModelWithExpr: (NSArray *)  expr

◆ exprModelWithExpr: [2/4]

+ (instancetype) exprModelWithExpr: (NSArray *)  expr

◆ exprModelWithExpr: [3/4]

+ (instancetype) exprModelWithExpr: (NSArray *)  expr

◆ exprModelWithExpr: [4/4]

+ (instancetype) exprModelWithExpr: (NSArray *)  expr

◆ initWithExpr: [1/4]

- (instancetype) initWithExpr: (NSArray *)  expr

Initialization generates an expr object.

Parameters
exprThe expression data, the data in the array can be of any type.
Returns
A expr model object.

◆ initWithExpr: [2/4]

- (instancetype) initWithExpr: (NSArray *)  expr

Initialization generates an expr object.

Parameters
exprThe expression data, the data in the array can be of any type.
Returns
A expr model object.

◆ initWithExpr: [3/4]

- (instancetype) initWithExpr: (NSArray *)  expr

Initialization generates an expr object.

Parameters
exprThe expression data, the data in the array can be of any type.
Returns
A expr model object.

◆ initWithExpr: [4/4]

- (instancetype) initWithExpr: (NSArray *)  expr

Initialization generates an expr object.

Parameters
exprThe expression data, the data in the array can be of any type.
Returns
A expr model object.

Property Documentation

◆ expr

- (NSArray *) expr
readwritenonatomicstrong

Used to store expression data, it can be used as any type.

Definition at line 14 of file ThingSmartSceneExprModel.h.


The documentation for this class was generated from the following files: