Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: test/ios/framework/iOSFramework/Thing.h

Issue 1887703004: Fix header map nextPowerOf2 method. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add comment Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/ios/framework/framework.gyp ('k') | test/ios/framework/iOSFramework/Thing.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/framework/iOSFramework/Thing.h
diff --git a/test/ios/framework/iOSFramework/Thing.h b/test/ios/framework/iOSFramework/Thing.h
new file mode 100644
index 0000000000000000000000000000000000000000..a34e908fc9134e866d697d8ee23da5e81ab85181
--- /dev/null
+++ b/test/ios/framework/iOSFramework/Thing.h
@@ -0,0 +1,10 @@
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface Thing : NSObject
+
++ (instancetype)thing;
+
+- (void)sayHello;
+
+@end
« no previous file with comments | « test/ios/framework/framework.gyp ('k') | test/ios/framework/iOSFramework/Thing.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698