blob: ccad7c4389101c663f80d0e5c8b7a9c4c528672b [file] [log] [blame]
{{> header excludeZapComment=true}}
#import <Foundation/Foundation.h>
#import "MTRClusters.h"
#import "MTRDevice.h"
#import "MTRDevice_Internal.h"
#include <controller-clusters/zap-generated/CHIPClusters.h>
{{#chip_client_clusters includeAll=true}}
@interface MTRCluster{{asUpperCamelCase name preserveAcronyms=true}} ()
@property (nonatomic, readonly) uint16_t endpoint;
@property (nonatomic, readonly) MTRDevice *device;
@end
{{/chip_client_clusters}}