# `GSCustomParameter infoPropertyForKeys:fromObjects:`

*Type Method*

## Declaration

```swift
class func infoProperty(forKeys keys: [Any], from objects: [Any]) -> Any?
```

```objc
+ (id) infoPropertyForKeys:(NSArray *) keys fromObjects:(NSArray *) objects;
```

```python
infoPropertyForKeys_fromObjects_(keys: list, objects: list) -> object
```

