blob: 478caebe1e64df13c2ce06933679df26f212baa0 [file] [log] [blame]
{{> header}}
#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}}