NSTimeZone name method

Change-Id: I927431443d2b3e724f7882d8f494bfd358c4e843
This commit is contained in:
ciciplusplus
2026-01-11 13:53:35 +01:00
parent eef3c7faf1
commit 53e8f4aa65

View File

@@ -53,6 +53,10 @@ pub const CLASSES: ClassExports = objc_classes! {
this
}
- (id)name {
env.objc.borrow_mut::<NSTimeZoneHostObject>(this).time_zone
}
- (NSInteger)secondsFromGMT {
// TODO: respect timezone
0