16d528ed9Sopenharmony_ci// Copyright 2019 The Chromium Authors. All rights reserved. 26d528ed9Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be 36d528ed9Sopenharmony_ci// found in the LICENSE file. 46d528ed9Sopenharmony_ci 56d528ed9Sopenharmony_ci#import <Foundation/Foundation.h> 66d528ed9Sopenharmony_ci 76d528ed9Sopenharmony_ci@interface Greetings : NSObject 86d528ed9Sopenharmony_ci 96d528ed9Sopenharmony_ci+ (NSString*)greet; 106d528ed9Sopenharmony_ci 116d528ed9Sopenharmony_ci+ (NSString*)greetWithName:(NSString*)name; 126d528ed9Sopenharmony_ci 136d528ed9Sopenharmony_ci@end 14