diff options
Diffstat (limited to 'cpp/test/ios/Classes/TestViewController.h')
-rw-r--r-- | cpp/test/ios/Classes/TestViewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/ios/Classes/TestViewController.h b/cpp/test/ios/Classes/TestViewController.h index 697e274f583..a97bea11e1c 100644 --- a/cpp/test/ios/Classes/TestViewController.h +++ b/cpp/test/ios/Classes/TestViewController.h @@ -2,7 +2,7 @@ // // Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // -// This copy of Ice Touch is licensed to you under the terms described in the +// This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** @@ -16,7 +16,7 @@ IBOutlet UITableView* output; IBOutlet UIActivityIndicatorView* activity; IBOutlet UIButton* nextButton; - + NSMutableString* currentMessage; NSMutableArray* messages; NSOperationQueue* queue; |