blob: b341bcfe62bff7e73c73ff9ef9340538f84ac2cb [file] [log] [blame]
{{> header excludeZapComment=true}}
#import <Foundation/Foundation.h>
#import "MTRBaseClusters.h"
#import "MTRBaseDevice.h"
#include <controller-clusters/zap-generated/CHIPClusters.h>
{{#chip_client_clusters includeAll=true}}
@interface MTRBaseCluster{{asUpperCamelCase name}} ()
@property (nonatomic, strong, readonly) MTRBaseDevice * device;
@property (nonatomic, assign, readonly) chip::EndpointId endpoint;
@end
{{/chip_client_clusters}}