init commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Contacts
|
||||
{
|
||||
public enum PhoneType
|
||||
{
|
||||
Cell,
|
||||
Work,
|
||||
Home,
|
||||
Other
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user