blob: 15fc82e76a062ff045bc46703e6a3296aa425d39 [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 preserveAcronyms=true}} ()
@property (nonatomic, strong, readonly) MTRBaseDevice * device;
@property (nonatomic, assign, readonly) chip::EndpointId endpoint;
@end
{{/chip_client_clusters}}