pub fn as_nsstring<'a>(property: &'a mut Property<'a, 'a>) -> Option<&'a str>
Converts a Property to an Option<&str> if it is a NSString or similar structure.
Property
Option<&str>
NSString