luxlabs header browser preview


@class IMSharedUtilitiesHelloWorldClass_Impl;

@interface IMSharedUtilitiesHelloWorldClass : NSObject {
    IMSharedUtilitiesHelloWorldClass_Impl *_swiftImpl;
}

- (id)init;
- (void).cxx_destruct;
- (void)printGreeting;

@end