| 1 | @protocol NSObject |
|---|---|
| 2 | @end |
| 3 | |
| 4 | @protocol AProto <NSObject> |
| 5 | @property (nonatomic, readwrite, assign) int p0; |
| 6 | @property (nonatomic, readwrite, assign) int p1; |
| 7 | @end |
| 8 |
| 1 | @protocol NSObject |
|---|---|
| 2 | @end |
| 3 | |
| 4 | @protocol AProto <NSObject> |
| 5 | @property (nonatomic, readwrite, assign) int p0; |
| 6 | @property (nonatomic, readwrite, assign) int p1; |
| 7 | @end |
| 8 |