1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>MessageVO</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/google-code-prettify@1.0.5/bin/prettify.min.css">
- <link href="../style.css" rel="stylesheet" />
- </head>
- <body onload="PR.prettyPrint()">
- <pre class="prettyprint">
- <xmp>
- #import <Foundation/Foundation>;
- @interface MessageVO : NSObject
- //
- @property (nonatomic, assign) NSString status;
- //
- @property (nonatomic, assign) NSString message;
- @end
- </xmp>
- </pre>
- <script src="https://cdn.jsdelivr.net/npm/google-code-prettify@1.0.5/bin/prettify.min.js"></script>
- </body>
- </html>
|